sta-core/include/sta/config.hpp
2023-07-16 12:02:45 +02:00

11 lines
211 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