fix build (and autoformat in visual studio code)
This commit is contained in:
+2
-3
@@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <FreeRTOS/FreeRTOS.h>
|
#include <freertos/FreeRTOS.h>
|
||||||
#include <FreeRTOS/semphr.h>
|
#include <freertos/semphr.h>
|
||||||
|
|
||||||
namespace meshtastic
|
namespace meshtastic
|
||||||
{
|
{
|
||||||
@@ -43,5 +43,4 @@ class LockGuard
|
|||||||
Lock *lock;
|
Lock *lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
} // namespace meshtastic
|
} // namespace meshtastic
|
||||||
Reference in New Issue
Block a user