1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 20:35:17 +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 <stdarg.h>
#if defined(SIMU)
traceCallbackFunc traceCallback = 0;

View file

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