mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Touch ups
This commit is contained in:
parent
b2a682b2ea
commit
7f2ebbd2fa
6 changed files with 9 additions and 256 deletions
|
@ -60,10 +60,5 @@ void mspSerialInit(mspProcessCommandFnPtr mspProcessCommandFn);
|
|||
void mspSerialProcess(mspEvaluateNonMspData_e evaluateNonMspData);
|
||||
void mspSerialAllocatePorts(void);
|
||||
void mspSerialReleasePortIfAllocated(struct serialPort_s *serialPort);
|
||||
<<<<<<< HEAD:src/main/msp/msp_serial.h
|
||||
|
||||
void mspSerialPushInit(mspPushCommandFnPtr mspPushCommandFn);
|
||||
void mspSerialPush(uint8_t, uint8_t *, int);
|
||||
=======
|
||||
void mspSerialPush(int, uint8_t *, int);
|
||||
>>>>>>> origin/bfdev-osd-cms-separation-poc:src/main/io/serial_msp.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue