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

Compilation fix

This commit is contained in:
Bertrand Songis 2019-04-23 16:28:17 +02:00
parent 6ba6403eca
commit ccabd214dd

View file

@ -21,6 +21,7 @@
#ifndef _BOARD_SKY9X_H_ #ifndef _BOARD_SKY9X_H_
#define _BOARD_SKY9X_H_ #define _BOARD_SKY9X_H_
#include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include "board_lowlevel.h" #include "board_lowlevel.h"
#include "audio_driver.h" #include "audio_driver.h"