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

Fixes Companion compilation error

This commit is contained in:
bsongis 2014-06-23 18:03:49 +02:00
parent cb47c0fc92
commit 7167f6a9b7
2 changed files with 2 additions and 1 deletions

View file

@ -109,6 +109,7 @@ namespace Open9xSky9x {
#include "radio/src/targets/sky9x/sdcard_driver.cpp" #include "radio/src/targets/sky9x/sdcard_driver.cpp"
#include "radio/src/targets/sky9x/coproc_driver.cpp" #include "radio/src/targets/sky9x/coproc_driver.cpp"
#include "radio/src/targets/sky9x/haptic_driver.cpp" #include "radio/src/targets/sky9x/haptic_driver.cpp"
#include "radio/src/targets/sky9x/second_serial_driver.cpp"
#include "radio/src/haptic.cpp" #include "radio/src/haptic.cpp"
#include "radio/src/translations/tts_cz.cpp" #include "radio/src/translations/tts_cz.cpp"
#include "radio/src/translations/tts_de.cpp" #include "radio/src/translations/tts_de.cpp"

View file

@ -34,7 +34,7 @@
* *
*/ */
#include "../opentx.h" #include "../../opentx.h"
#include <stdarg.h> #include <stdarg.h>
/** Usart Hw interface used by the console (UART0). */ /** Usart Hw interface used by the console (UART0). */