外设驱动改为库,减少编译时间
This commit is contained in:
@@ -18,7 +18,7 @@ extern "C"{
|
||||
|
||||
void bsp_led_init(void);
|
||||
void bsp_led_set(uint8_t dat);
|
||||
void bsp_led_blink(void);
|
||||
void bsp_led_blink(uint8_t dat);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user