mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 07:45:14 +03:00
Cosmetics
This commit is contained in:
parent
27dc84028c
commit
38e44991e9
3 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "../../opentx.h"
|
#include "opentx.h"
|
||||||
|
|
||||||
uint8_t s_curveChan;
|
uint8_t s_curveChan;
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue