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);