underp include paths in lock.h

Had the casing wrong, but could get away with it on a mac.
This commit is contained in:
Girts Folkmanis 2020-03-15 17:43:42 -07:00
parent 0cbcb7a9bd
commit 79f1346359

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
{