mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Remove prototype
This commit is contained in:
parent
416357b3da
commit
f91a3a46b8
1 changed files with 0 additions and 1 deletions
|
@ -76,4 +76,3 @@ struct serialPort_s;
|
||||||
void smartPortWriteFrameSerial(const smartPortPayload_t *payload, struct serialPort_s *port, uint16_t checksum);
|
void smartPortWriteFrameSerial(const smartPortPayload_t *payload, struct serialPort_s *port, uint16_t checksum);
|
||||||
void smartPortSendByte(uint8_t c, uint16_t *checksum, struct serialPort_s *port);
|
void smartPortSendByte(uint8_t c, uint16_t *checksum, struct serialPort_s *port);
|
||||||
bool smartPortPayloadContainsMSP(const smartPortPayload_t *payload);
|
bool smartPortPayloadContainsMSP(const smartPortPayload_t *payload);
|
||||||
bool cmdIsEepromWrite(const smartPortPayload_t *payload);
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue