diff options
| author | hathach <[email protected]> | 2021-12-29 19:12:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-12-29 19:12:41 +0700 |
| commit | 84e2f6e0e144614b306f68416958f8f662c8cb46 (patch) | |
| tree | 0aca4074bb104bf75a8da283d4d5b921fe187345 | |
| parent | b943a53b1066e8a736eb7a32e42af6324a208718 (diff) | |
skip freertos example for f1c100s
| -rw-r--r-- | examples/device/cdc_msc_freertos/.skip.MCU_F1C100S | 0 | ||||
| -rw-r--r-- | examples/device/hid_composite_freertos/.skip.MCU_F1C100S | 0 | ||||
| -rw-r--r-- | hw/bsp/f1c100s/f1c100s.c | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/.skip.MCU_F1C100S b/examples/device/cdc_msc_freertos/.skip.MCU_F1C100S new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/device/cdc_msc_freertos/.skip.MCU_F1C100S diff --git a/examples/device/hid_composite_freertos/.skip.MCU_F1C100S b/examples/device/hid_composite_freertos/.skip.MCU_F1C100S new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/device/hid_composite_freertos/.skip.MCU_F1C100S diff --git a/hw/bsp/f1c100s/f1c100s.c b/hw/bsp/f1c100s/f1c100s.c index 6cf18597c..d45072ecb 100644 --- a/hw/bsp/f1c100s/f1c100s.c +++ b/hw/bsp/f1c100s/f1c100s.c @@ -49,7 +49,7 @@ void board_init(void) arch_local_irq_enable(); } -// No LED, no button, sorry +// No LED, no button void board_led_write(bool state) { |
