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

underp include paths in lock.h
1.2-legacy
Kevin Hester 2020-03-16 09:02:54 -07:00 zatwierdzone przez GitHub
commit 51a8700391
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
#pragma once
#include <FreeRTOS/FreeRTOS.h>
#include <FreeRTOS/semphr.h>
#include <freertos/FreeRTOS.h>
#include <freertos/semphr.h>
namespace meshtastic
{