mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
11 lines
203 B
C++
11 lines
203 B
C++
#ifndef STA_CONFIG_HPP
|
|
#define STA_CONFIG_HPP
|
|
|
|
#include <sta/devices/raspi/mcu/common.hpp>
|
|
|
|
#define STA_DEBUGGING_ENABLED
|
|
#define STA_PRINTF_USE_STDLIB
|
|
|
|
#define STA_ASSERT_FORCE
|
|
|
|
#endif // STA_CONFIG_HPP
|