auto-sync

This commit is contained in:
rusEfi 2016-02-11 13:01:47 -05:00
parent 30df52c8d5
commit 7d3142b395
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static bool intermediateLoggingBufferInited = false;
/**
* @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) {
firmwareError("Logging not initialized: %s", logging->name);
return true;