mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
11 lines
215 B
C++
11 lines
215 B
C++
#ifndef STA_CONFIG
|
|
#define STA_CONFIG
|
|
|
|
// Use the raspberry pi for this project.
|
|
#include <sta/devices/raspi/mcu/common.hpp>
|
|
|
|
// #define DEBUG
|
|
#define STA_PRINTF_USE_STDLIB
|
|
#define STA_DEBUG_PRINTF
|
|
|
|
#endif |