mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-24 05:42:57 +08:00
6 lines
70 B
C
6 lines
70 B
C
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
void led_indicator_pulse(void);
|
||
|
|
||
|
#endif
|