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

Merge pull request #8446 from JulioCesarMatias/RenameLogMacros

Rename the LOG function macros
This commit is contained in:
Paweł Spychalski 2022-10-05 09:17:33 +02:00 committed by GitHub
commit 054de8f706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) {