mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Extract led and buzzer hardware initialisation from system.c.
This commit is contained in:
parent
d407a4d15e
commit
8f2da892a6
15 changed files with 219 additions and 35 deletions
|
@ -30,3 +30,5 @@
|
|||
#define LED1_OFF
|
||||
#define LED1_ON
|
||||
#endif
|
||||
|
||||
void ledInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue