1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Minor tidy

This commit is contained in:
Martin Budden 2016-10-03 22:52:34 +01:00
parent ea85428e23
commit c2dbaa4330
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,6 @@ typedef struct mspPort_s {
struct bufWriter_s;
extern struct bufWriter_s *writer;
void mspSerialInit(void);
void mspSerialProcess(void);
void mspSerialAllocatePorts(void);

View file

@ -204,7 +204,7 @@ void msp4WayIfFn(mspPort_t *mspPort)
}
#endif
void mspRebootFn(mspPort_t *mspPort)
static void mspRebootFn(mspPort_t *mspPort)
{
UNUSED(mspPort);