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:
parent
b818c0df6b
commit
0f1ccc993e
60 changed files with 168 additions and 168 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue