Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In file included from lib/LUA/rx_devLUA.cpp:860: lib/LUA/rx_devLUA.cpp: In function 'void luaparamMappingChannelLimitMin(luaPropertiesCommon*, uint8_t)': lib/logging/logging.h:66:29: error: expected ';' before 'do' #define DBGLN(msg, ...) do { \ ^~ lib/LUA/rx_devLUA.cpp:871:3: note: in expansion of macro 'DBGLN' DBGLN("*** lua min value: %d", luaMappingChannelLimitMin.properties.u.value); ^~~~~
- Loading branch information
This is NOT the correct fix for the error.
The correct fix is to add the missing semicolon here
ExpressLRS/src/lib/LUA/rx_devLUA.cpp
Line 870 in e9b6486