mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-23 05:28:08 +00:00
fix build (and autoformat in visual studio code)
This commit is contained in:
parent
30a431788d
commit
5037fb830e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user