fix build (and autoformat in visual studio code)

This commit is contained in:
geeksville 2020-03-15 17:50:48 -07:00
parent 30a431788d
commit 5037fb830e

View File

@ -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