auto-sync
This commit is contained in:
parent
2027f1f5d0
commit
d25525c566
|
@ -49,7 +49,7 @@ static bool intermediateLoggingBufferInited = false;
|
||||||
/**
|
/**
|
||||||
* @returns true if data does not fit into this buffer
|
* @returns true if data does not fit into this buffer
|
||||||
*/
|
*/
|
||||||
static INLINE bool validateBuffer(Logging *logging, uint32_t extraLen) {
|
static ALWAYS_INLINE bool validateBuffer(Logging *logging, uint32_t extraLen) {
|
||||||
if (logging->buffer == NULL) {
|
if (logging->buffer == NULL) {
|
||||||
firmwareError("Logging not initialized: %s", logging->name);
|
firmwareError("Logging not initialized: %s", logging->name);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue