kopia lustrzana https://github.com/OpenRTX/OpenRTX
Linux: fixed compilation errors due to missing gpio-native.h header file
rodzic
84d9803f57
commit
e95b5bbb6f
|
@ -66,8 +66,7 @@ openrtx_src = ['openrtx/src/core/state.c',
|
|||
'openrtx/src/protocols/M17/M17Demodulator.cpp',
|
||||
'openrtx/src/protocols/M17/M17FrameEncoder.cpp',
|
||||
'openrtx/src/protocols/M17/M17FrameDecoder.cpp',
|
||||
'openrtx/src/protocols/M17/M17LinkSetupFrame.cpp',
|
||||
'platform/drivers/SPI/spi_bitbang.c']
|
||||
'openrtx/src/protocols/M17/M17LinkSetupFrame.cpp']
|
||||
|
||||
openrtx_inc = ['openrtx/include',
|
||||
'openrtx/include/rtx',
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include <interfaces/audio.h>
|
||||
#include <peripherals/gpio.h>
|
||||
#include <hwconfig.h>
|
||||
#include "file_source.h"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue