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