mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Remove unused declaration
This commit is contained in:
parent
632405cdb7
commit
2566a0df3d
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ extern uint8_t motorControlEnable;
|
||||||
serialPort_t *loopbackPort;
|
serialPort_t *loopbackPort;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void CPU_CACHE_Enable(void);
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SYSTEM_STATE_INITIALISING = 0,
|
SYSTEM_STATE_INITIALISING = 0,
|
||||||
SYSTEM_STATE_CONFIG_LOADED = (1 << 0),
|
SYSTEM_STATE_CONFIG_LOADED = (1 << 0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue