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:
parent
2b312fdbb4
commit
9b527b1810
2 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue