1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-22 07:45:14 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2016-03-21 18:38:05 +01:00
parent 27dc84028c
commit 38e44991e9
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>
#include "../../opentx.h" #include "opentx.h"
#if defined(SIMU) #if defined(SIMU)
display_t displayBuf[DISPLAY_BUFFER_SIZE]; display_t displayBuf[DISPLAY_BUFFER_SIZE];

View file

@ -19,7 +19,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include "../../opentx.h" #include "opentx.h"
uint8_t s_curveChan; uint8_t s_curveChan;

View file

@ -18,7 +18,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "../../opentx.h" #include "opentx.h"
enum menuModelTelemetryItems { enum menuModelTelemetryItems {
ITEM_TELEMETRY_PROTOCOL_TYPE, ITEM_TELEMETRY_PROTOCOL_TYPE,