Fix: Doxygen grouping startup

This commit is contained in:
@CarlWachter 2024-01-06 15:24:22 +01:00
parent 50fc23ed64
commit c78ccccd19

View File

@ -50,6 +50,8 @@ namespace sta
{
/**
* @brief Function that returns the UART handle used for debugging. Override it in userspace to adjust.
*
* @ingroup tacos_startup
*/
STA_WEAK
UART_HandleTypeDef * getUARThandle(){
@ -58,6 +60,8 @@ namespace sta
/**
* @brief Function that initializes the printable object given by getUARThandle().
*
* @ingroup tacos_startup
*/
void initPrintable()
{