mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 08:41:54 +00:00
Fix: Doxygen grouping startup
This commit is contained in:
parent
50fc23ed64
commit
c78ccccd19
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user