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:
parent
cb47c0fc92
commit
7167f6a9b7
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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). */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue