diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-31 11:49:01 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-31 11:49:01 +0900 |
commit | 3a4e1f2bd59a5185e638a2552c64344d78e0f54f (patch) | |
tree | a25424f8b4264ab8c8485b5c086102061e885e4d /example-cdc/sample.c | |
parent | 421fd8019b31386c6e689753cf0a2ff35bd2af50 (diff) |
Cleanup of sys and its macro
Diffstat (limited to 'example-cdc/sample.c')
-rw-r--r-- | example-cdc/sample.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/example-cdc/sample.c b/example-cdc/sample.c index db23133..0acd6a8 100644 --- a/example-cdc/sample.c +++ b/example-cdc/sample.c @@ -8,11 +8,7 @@ /* For set_led */ #include "board.h" -#ifdef MCU_KINETIS_L -#include "mcu/sys-mkl27z.h" -#else -#include "mcu/sys-stm32f103.h" -#endif +#include "sys.h" static chopstx_mutex_t mtx; static chopstx_cond_t cnd0; |