mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 03:19:53 +03:00
Allow compile with very recent compilers
This commit is contained in:
parent
aca17e1fa8
commit
0b0ae287c3
6 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include "io/frsky_firmware_update.h"
|
#include "io/frsky_firmware_update.h"
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include "io/frsky_firmware_update.h"
|
#include "io/frsky_firmware_update.h"
|
||||||
#include "io/multi_firmware_update.h"
|
#include "io/multi_firmware_update.h"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
||||||
bool isBootloader(const char * filename)
|
bool isBootloader(const char * filename)
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include "frsky_firmware_update.h"
|
#include "frsky_firmware_update.h"
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
#if !defined(DISABLE_MULTI_UPDATE)
|
#if !defined(DISABLE_MULTI_UPDATE)
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include "multi_firmware_update.h"
|
#include "multi_firmware_update.h"
|
||||||
#include "stk500.h"
|
#include "stk500.h"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include "diskio.h"
|
#include "diskio.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue