summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-05-24 20:17:53 +0700
committerhathach <[email protected]>2024-05-24 20:17:53 +0700
commit3175aaa0eb32e334b3b55824e93b647da3b69a44 (patch)
tree9cd01548b08fffb923336ca3b418457da358aed0 /hw
parentafbb07b472924c3d60431f0949b08a0aff0c02a5 (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.c2
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) {