mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Merge remote-tracking branch 'origin/bfdev-osd-cms-separation-poc' into bfdev-osd-cms-separation-poc
This commit is contained in:
commit
b2a682b2ea
6 changed files with 254 additions and 0 deletions
|
@ -60,6 +60,10 @@ 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