预设两个编译选项

This commit is contained in:
2024-12-30 23:34:02 +08:00
parent 8590bf5658
commit 56638ce9ec
3 changed files with 20 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ int main(void)
while(1){
printf("hello world!\r\n");
delay_ms(500);
watchdog_reload();
watchdog_reload();
}
}