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