mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Refactor missing prototypes 2 (#14170)
This commit is contained in:
parent
25f65cbc01
commit
b277364b2c
192 changed files with 487 additions and 410 deletions
|
@ -398,7 +398,7 @@ static void mspRebootFn(serialPort_t *serialPort)
|
|||
|
||||
#define MSP_DISPATCH_DELAY_US 1000000
|
||||
|
||||
void mspReboot(dispatchEntry_t* self)
|
||||
static void mspReboot(dispatchEntry_t* self)
|
||||
{
|
||||
UNUSED(self);
|
||||
|
||||
|
@ -413,7 +413,7 @@ dispatchEntry_t mspRebootEntry = {
|
|||
mspReboot, 0, NULL, false
|
||||
};
|
||||
|
||||
void writeReadEeprom(dispatchEntry_t* self)
|
||||
static void writeReadEeprom(dispatchEntry_t* self)
|
||||
{
|
||||
UNUSED(self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue