mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
fix compiler warnings in NodeDB.h (#3439)
* fix warnings on arm * make trunk+compiler happy
This commit is contained in:
parent
711b85cfe8
commit
a6625998f5
@ -214,3 +214,5 @@ extern uint32_t error_address;
|
|||||||
(ModuleConfig_CannedMessageConfig_size + ModuleConfig_ExternalNotificationConfig_size + ModuleConfig_MQTTConfig_size + \
|
(ModuleConfig_CannedMessageConfig_size + ModuleConfig_ExternalNotificationConfig_size + ModuleConfig_MQTTConfig_size + \
|
||||||
ModuleConfig_RangeTestConfig_size + ModuleConfig_SerialConfig_size + ModuleConfig_StoreForwardConfig_size + \
|
ModuleConfig_RangeTestConfig_size + ModuleConfig_SerialConfig_size + ModuleConfig_StoreForwardConfig_size + \
|
||||||
ModuleConfig_TelemetryConfig_size + ModuleConfig_size)
|
ModuleConfig_TelemetryConfig_size + ModuleConfig_size)
|
||||||
|
|
||||||
|
// Please do not remove this comment, it makes trunk and compiler happy at the same time.
|
||||||
|
Loading…
Reference in New Issue
Block a user