Merge pull request #35 from girtsf/underp-lock-paths

underp include paths in lock.h
This commit is contained in:
Kevin Hester 2020-03-16 09:02:54 -07:00 committed by GitHub
commit 51a8700391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{