mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[typo]
This commit is contained in:
committed by
Felix Ruess
parent
cdfa5a0bda
commit
da25251918
@@ -85,7 +85,7 @@
|
||||
|
||||
/** Downlink structure */
|
||||
struct downlink {
|
||||
uint8_t nb_ovrn; ///< Counter of messages not sent because of unavailibity of the output buffer
|
||||
uint8_t nb_ovrn; ///< Counter of messages not sent because of unavailability of the output buffer
|
||||
uint16_t nb_bytes; ///< Number of bytes send over telemetry
|
||||
uint16_t nb_msgs; ///< Number of messages send over telemetry
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user