increase version as pre-releases, still need more clean up before actual relesae

This commit is contained in:
hathach
2024-05-24 20:17:53 +07:00
parent afbb07b472
commit 3175aaa0eb
7 changed files with 112 additions and 41 deletions

View File

@@ -124,8 +124,6 @@ void board_init(void) {
__enable_irq();
board_delay(2);
printf("SystemCoreClock = %ld\r\n", SystemCoreClock);
}
void board_led_write(bool state) {