Header files adjustments

This commit is contained in:
Michael Jacobsen 2015-08-19 08:44:41 +02:00 committed by Angus Gratton
parent 1282e11c08
commit 4f7d1c2393
5 changed files with 14 additions and 14 deletions

View file

@ -19,8 +19,8 @@
* *
*/ */
#ifndef COM_THOLUSI_ESP_OPEN_RTOS_CPLUSPLUS_HPP #ifndef ESP_OPEN_RTOS_CPLUSPLUS_HPP
#define COM_THOLUSI_ESP_OPEN_RTOS_CPLUSPLUS_HPP #define ESP_OPEN_RTOS_CPLUSPLUS_HPP
#include <stdlib.h> #include <stdlib.h>
@ -64,5 +64,5 @@ inline void operator delete[](void * ptr)
free(ptr); free(ptr);
} }
#endif /* COM_THOLUSI_ESP_OPEN_RTOS_CPLUSPLUS_HPP */ #endif /* ESP_OPEN_RTOS_CPLUSPLUS_HPP */

View file

@ -19,8 +19,8 @@
* *
*/ */
#ifndef COM_THOLUSI_ESP_OPEN_RTOS_MUTEX_HPP #ifndef ESP_OPEN_RTOS_MUTEX_HPP
#define COM_THOLUSI_ESP_OPEN_RTOS_MUTEX_HPP #define ESP_OPEN_RTOS_MUTEX_HPP
#include "semphr.h" #include "semphr.h"
@ -86,5 +86,5 @@ private:
} //namespace esp_open_rtos { } //namespace esp_open_rtos {
#endif /* COM_THOLUSI_ESP_OPEN_RTOS_MUTEX_HPP */ #endif /* ESP_OPEN_RTOS_MUTEX_HPP */

View file

@ -19,8 +19,8 @@
* *
*/ */
#ifndef COM_THOLUSI_ESP_OPEN_RTOS_QUEUE_HPP #ifndef ESP_OPEN_RTOS_QUEUE_HPP
#define COM_THOLUSI_ESP_OPEN_RTOS_QUEUE_HPP #define ESP_OPEN_RTOS_QUEUE_HPP
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "queue.h" #include "queue.h"
@ -116,5 +116,5 @@ private:
} //namespace esp_open_rtos { } //namespace esp_open_rtos {
#endif /* COM_THOLUSI_ESP_OPEN_RTOS_QUEUE_HPP */ #endif /* ESP_OPEN_RTOS_QUEUE_HPP */

View file

@ -19,8 +19,8 @@
* *
*/ */
#ifndef COM_THOLUSI_ESP_OPEN_RTOS_TASK_HPP #ifndef ESP_OPEN_RTOS_TASK_HPP
#define COM_THOLUSI_ESP_OPEN_RTOS_TASK_HPP #define ESP_OPEN_RTOS_TASK_HPP
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"
@ -95,5 +95,5 @@ private:
} //namespace esp_open_rtos { } //namespace esp_open_rtos {
#endif /* COM_THOLUSI_ESP_OPEN_RTOS_TASK_HPP */ #endif /* ESP_OPEN_RTOS_TASK_HPP */

View file

@ -19,8 +19,8 @@
* *
*/ */
#ifndef COM_THOLUSI_ESP_OPEN_RTOS_TIMER_HPP #ifndef ESP_OPEN_RTOS_TIMER_HPP
#define COM_THOLUSI_ESP_OPEN_RTOS_TIMER_HPP #define ESP_OPEN_RTOS_TIMER_HPP
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"