mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-28 18:57:33 +00:00
Fix: Doxygen grouping startup
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user