mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-06-14 02:06:00 +00:00
17 lines
277 B
C++
17 lines
277 B
C++
/*
|
|
* Configuration file for STA-Core.
|
|
*
|
|
* Created on: Aug 30, 2023
|
|
* Author: Dario
|
|
*/
|
|
|
|
#ifndef INC_STA_CONFIG_HPP_
|
|
#define INC_STA_CONFIG_HPP_
|
|
|
|
// Use the STM32F411 microprocessor.
|
|
#include <sta/devices/stm32/mcu/STM32F411xE.hpp>
|
|
|
|
|
|
|
|
#endif /* INC_STA_CONFIG_HPP_ */
|