Steady LED.

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2023-03-27 18:05:44 +08:00
parent 83aa316134
commit c5bb386a4f
Signed by: imi415
GPG Key ID: 885EC2B5A8A6F8A7
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ int main(void) {
printf("Hello world!!\r\n");
for (;;) {
GPIO_SetBits(GPIOA, GPIO_PIN_1);
GPIO_ClearBits(GPIOA, GPIO_PIN_1);
}
}