SafeString  4.1.40
SafeString is a safe, robust and debuggable replacement for string processing in Arduino
SafeStringNameSpaceEnd.h
Go to the documentation of this file.
1 
2 #ifndef SAFE_STRING_NAMESPACE_END_H
3 #define SAFE_STRING_NAMESPACE_END_H
4 
5 #if defined(MEGATINYCORE_MAJOR) || defined(MOTEINO_M0) || defined(RFGATEWAY_M4) || defined(CURRENT_RANGER) || defined(__SAMD51__)
6 // to skip this for SparkFun RedboardTurbo and MegaTinyCore and MOTEINO boards and Adafruit M4 boards
7 #else
8 #if defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ARDUINO_ARCH_MEGAAVR) || defined(ARDUINO_ARCH_MBED_RP2040) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_UNOR4_WIFI) || defined(ARDUINO_UNOR4_MINIMA) || defined(ARDUINO_ARCH_MBED)
9 } // namespace arduino
10 #endif
11 #endif // #if defined(MEGATINYCORE_MAJOR) ...
12 
13 // only execute this block for ARDUINO_ARCH_SAMD
14 #if defined(ARDUINO_ARCH_SAMD)
15 #if defined(ARDUINO_SAMD_ADAFRUIT)
16 #else
17 } // namespace arduino
18 #endif
19 #endif
20 
21 #endif
22