sta-core/include/sta/config.hpp
2023-08-10 22:54:18 +02:00

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