mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
7 lines
179 B
C++
7 lines
179 B
C++
#ifndef STA_CORE_ARDUINO_MCU_COMMON_HPP
|
|
#define STA_CORE_ARDUINO_MCU_COMMON_HPP
|
|
|
|
// Enable Arduino platform
|
|
#define STA_PLATFORM_ARDUINO
|
|
|
|
#endif // STA_CORE_ARDUINO_MCU_COMMON_HPP
|