1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1434 - Fix heapremaining data type

This commit is contained in:
Alessio Morale 2014-08-03 16:05:47 +02:00
parent 0198129a1c
commit 8df34b01d7

View File

@ -253,7 +253,7 @@ struct UBX_NAV_SVINFO {
// OP custom messages
struct UBX_OP_SYSINFO {
uint32_t flightTime;
uint32_t HeapRemaining;
uint16_t HeapRemaining;
uint16_t IRQStackRemaining;
uint16_t SystemModStackRemaining;
uint16_t options;