mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-14 09:02:14 +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
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user