summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-05-24 20:39:33 +0700
committerGitHub <[email protected]>2024-05-24 20:39:33 +0700
commitfd11bf17fde6cbfdb4bb1ed7070ed4111e503ae8 (patch)
tree9cd01548b08fffb923336ca3b418457da358aed0 /hw
parent37e638b3dd67b1ef6e3aedad5bb0980a15b1184d (diff)
parent3175aaa0eb32e334b3b55824e93b647da3b69a44 (diff)
Merge pull request #2661 from hathach/release-0.17.0
bump up version to 0.17.0 (not release yet)
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) {