sta-core/include/sta/config.hpp
2023-07-12 14:05:51 +01:00

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