mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Minor tidy
This commit is contained in:
parent
ea85428e23
commit
c2dbaa4330
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,6 @@ typedef struct mspPort_s {
|
||||||
struct bufWriter_s;
|
struct bufWriter_s;
|
||||||
extern struct bufWriter_s *writer;
|
extern struct bufWriter_s *writer;
|
||||||
|
|
||||||
|
|
||||||
void mspSerialInit(void);
|
void mspSerialInit(void);
|
||||||
void mspSerialProcess(void);
|
void mspSerialProcess(void);
|
||||||
void mspSerialAllocatePorts(void);
|
void mspSerialAllocatePorts(void);
|
||||||
|
|
|
@ -204,7 +204,7 @@ void msp4WayIfFn(mspPort_t *mspPort)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void mspRebootFn(mspPort_t *mspPort)
|
static void mspRebootFn(mspPort_t *mspPort)
|
||||||
{
|
{
|
||||||
UNUSED(mspPort);
|
UNUSED(mspPort);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue