1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Rename the LOG function macros

This commit is contained in:
JuliooCesarMDM 2022-10-04 16:36:18 -03:00
parent c30025b9fc
commit 79601a3d25
17 changed files with 90 additions and 90 deletions

View file

@ -3432,7 +3432,7 @@ bool mspFCProcessInOutCommand(uint16_t cmdMSP, sbuf_t *dst, sbuf_t *src, mspResu
}
#endif
ENABLE_ARMING_FLAG(SIMULATOR_MODE);
LOG_D(SYSTEM, "Simulator enabled");
LOG_DEBUG(SYSTEM, "Simulator enabled");
}
if (dataSize >= 14) {