From db43a3c7df3b105b13d8ebf7eb75c482ca4a0120 Mon Sep 17 00:00:00 2001 From: CarlWachter Date: Tue, 30 Jan 2024 14:57:39 +0100 Subject: [PATCH] Readme updated to recommended MCU and ASEAG --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d05874..a765ae6 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ In order to use TACOS, you need to provide a configuration file in the path `sta #ifndef INC_STA_CONFIG_HPP_ #define INC_STA_CONFIG_HPP_ -// Use the STM32F411 microprocessor. -#include +// Using a board with an ASEAG module present. +#define STA_STM32_ASEAG +// Use the STM32F407 microprocessor. +#include // Doesn't really do too much right now. Has to be added for successful compilation. #define STA_PRINTF_USE_STDLIB