diff --git a/examples/micro_speech/arduino_audio_provider.cpp b/examples/micro_speech/arduino_audio_provider.cpp index 2c5594c9..906b5164 100644 --- a/examples/micro_speech/arduino_audio_provider.cpp +++ b/examples/micro_speech/arduino_audio_provider.cpp @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ -#if defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) +#if defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) && !defined(ARDUINO_SEEED_XIAO_NRF52840_SENSE) #define ARDUINO_EXCLUDE_CODE #endif // defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) diff --git a/examples/micro_speech/arduino_command_responder.cpp b/examples/micro_speech/arduino_command_responder.cpp index 7fedc696..9ad46873 100644 --- a/examples/micro_speech/arduino_command_responder.cpp +++ b/examples/micro_speech/arduino_command_responder.cpp @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ -#if defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) +#if defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) && !defined(ARDUINO_SEEED_XIAO_NRF52840_SENSE) #define ARDUINO_EXCLUDE_CODE #endif // defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) diff --git a/src/tensorflow/lite/micro/system_setup.cpp b/src/tensorflow/lite/micro/system_setup.cpp index dfa4e633..d1864573 100644 --- a/src/tensorflow/lite/micro/system_setup.cpp +++ b/src/tensorflow/lite/micro/system_setup.cpp @@ -19,7 +19,7 @@ limitations under the License. #include "tensorflow/lite/micro/debug_log.h" -#if defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) +#if defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE) && !defined(ARDUINO_SEEED_XIAO_NRF52840_SENSE) #define ARDUINO_EXCLUDE_CODE #endif // defined(ARDUINO) && !defined(ARDUINO_ARDUINO_NANO33BLE)