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

First compilation fixes, thanks to Jenkins first comments

This commit is contained in:
Bertrand Songis 2015-08-10 23:00:45 +02:00
parent 2b312fdbb4
commit 9b527b1810
2 changed files with 3 additions and 5 deletions

View file

@ -35,6 +35,7 @@
*/ */
#include "opentx.h" #include "opentx.h"
#include <stdarg.h>
#if defined(SIMU) #if defined(SIMU)
traceCallbackFunc traceCallback = 0; traceCallbackFunc traceCallback = 0;

View file

@ -36,11 +36,8 @@
#include "opentx.h" #include "opentx.h"
#include "serial.h" #include "serial.h"
#include <stdarg.h>
extern "C" { #include <stdio.h>
#include <stdio.h>
#include <stdarg.h>
}
#define PRINTF_BUFFER_SIZE 256 #define PRINTF_BUFFER_SIZE 256