diff options
| author | hathach <[email protected]> | 2024-05-24 20:17:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-24 20:17:53 +0700 |
| commit | 3175aaa0eb32e334b3b55824e93b647da3b69a44 (patch) | |
| tree | 9cd01548b08fffb923336ca3b418457da358aed0 /hw | |
| parent | afbb07b472924c3d60431f0949b08a0aff0c02a5 (diff) | |
increase version as pre-releases, still need more clean up before actual relesae
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/ch32v20x/family.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/ch32v20x/family.c b/hw/bsp/ch32v20x/family.c index a0a8c3f50..be654e543 100644 --- a/hw/bsp/ch32v20x/family.c +++ b/hw/bsp/ch32v20x/family.c @@ -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) { |
