1
0
Fork 0
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:
Dominic Clifton 2014-06-02 19:55:52 +01:00
parent d407a4d15e
commit 8f2da892a6
15 changed files with 219 additions and 35 deletions

View file

@ -30,3 +30,5 @@
#define LED1_OFF
#define LED1_ON
#endif
void ledInit(void);