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

Allow compile with very recent compilers

This commit is contained in:
3djc 2021-07-04 08:52:33 +02:00
parent aca17e1fa8
commit 0b0ae287c3
6 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,7 @@
* GNU General Public License for more details.
*/
#include <stdio.h>
#include "opentx.h"
#include "io/frsky_firmware_update.h"

View file

@ -18,6 +18,7 @@
* GNU General Public License for more details.
*/
#include <stdio.h>
#include "opentx.h"
#include "io/frsky_firmware_update.h"
#include "io/multi_firmware_update.h"

View file

@ -18,6 +18,7 @@
* GNU General Public License for more details.
*/
#include <stdio.h>
#include "opentx.h"
bool isBootloader(const char * filename)

View file

@ -18,6 +18,7 @@
* GNU General Public License for more details.
*/
#include <stdio.h>
#include "opentx.h"
#include "frsky_firmware_update.h"

View file

@ -20,6 +20,7 @@
#if !defined(DISABLE_MULTI_UPDATE)
#include <stdio.h>
#include "opentx.h"
#include "multi_firmware_update.h"
#include "stk500.h"

View file

@ -18,6 +18,7 @@
* GNU General Public License for more details.
*/
#include <stdio.h>
#include <stdint.h>
#include "opentx.h"
#include "diskio.h"