diff --git a/README.md b/README.md index 9de5dce..114392f 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ So far, only a few chips are officially supported. For not officially supported #define STA_PLATFORM_STM32 ``` > [!NOTE] -> The definition of `STA_STM32_SWD_USART_IDX` allows you to specify which UART handle to use for debug printing. If undefined, a default handle for Nucleos will be used. You can also add the macro `STA_STM32_ASEAG` instead if you are a cool kid using ASEAG-based hardware. +> The definition of `STA_STM32_SWD_USART_IDX` allows you to specify which UART handle to use for debug printing. If undefined, a default handle for Nucleos will be used. You can also add the macro `STA_STM32_ASEAG` instead if you are a cool kid using ASEAG-based hardware 😎. > [!WARNING] > The definition of `STA_STM32_SWD_USART_IDX` has to be placed _before_ the include `cpp #include `