1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Include guard script applied to all headers in the radio directory

This commit is contained in:
Bertrand Songis 2015-12-23 19:47:10 +01:00
parent b818c0df6b
commit 0f1ccc993e
60 changed files with 168 additions and 168 deletions

View file

@ -34,8 +34,8 @@
*
*/
#ifndef opentx_h
#define opentx_h
#ifndef _OPENTX_H_
#define _OPENTX_H_
#include <inttypes.h>
#include <string.h>
@ -1738,4 +1738,4 @@ extern Clipboard clipboard;
extern uint16_t s_anaFilt[NUMBER_ANALOG];
#endif
#endif
#endif // _OPENTX_H_