Linux: fixed compilation errors due to missing gpio-native.h header file

pull/273/head
Silvano Seva 2024-06-23 09:39:43 +02:00
rodzic 84d9803f57
commit e95b5bbb6f
2 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -66,8 +66,7 @@ openrtx_src = ['openrtx/src/core/state.c',
'openrtx/src/protocols/M17/M17Demodulator.cpp', 'openrtx/src/protocols/M17/M17Demodulator.cpp',
'openrtx/src/protocols/M17/M17FrameEncoder.cpp', 'openrtx/src/protocols/M17/M17FrameEncoder.cpp',
'openrtx/src/protocols/M17/M17FrameDecoder.cpp', 'openrtx/src/protocols/M17/M17FrameDecoder.cpp',
'openrtx/src/protocols/M17/M17LinkSetupFrame.cpp', 'openrtx/src/protocols/M17/M17LinkSetupFrame.cpp']
'platform/drivers/SPI/spi_bitbang.c']
openrtx_inc = ['openrtx/include', openrtx_inc = ['openrtx/include',
'openrtx/include/rtx', 'openrtx/include/rtx',

Wyświetl plik

@ -19,7 +19,6 @@
***************************************************************************/ ***************************************************************************/
#include <interfaces/audio.h> #include <interfaces/audio.h>
#include <peripherals/gpio.h>
#include <hwconfig.h> #include <hwconfig.h>
#include "file_source.h" #include "file_source.h"