something 'It worked on my machine' something

This commit is contained in:
dario
2024-12-07 19:28:34 +01:00
parent 3cb196d6e7
commit 7895b551fd
457 changed files with 71354 additions and 83 deletions

View File

@@ -0,0 +1,23 @@
/*
* config.hpp
*
* Created on: Dec 31, 2023
* Author: Dario
*/
#ifndef STA_CONFIG_HPP
#define STA_CONFIG_HPP
#define STA_STM32_ASEAG
#include <sta/devices/stm32/mcu/STM32F407xx.hpp>
// Enable debug serial output and assertions.
#define STA_ASSERT_ENABLED
#define STA_DEBUGGING_ENABLED
// Use the default configs for TACOS
#include <sta/tacos/configs/default.hpp>
#define STA_TACOS_NUM_STATES 3
#endif // STA_CONFIG_HPP