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