This commit is contained in:
Christophe De Wagter
2015-08-20 17:37:20 +02:00
committed by Felix Ruess
parent cdfa5a0bda
commit da25251918
+1 -1
View File
@@ -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
};