mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 16:51:53 +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.
|
* @brief Function that returns the UART handle used for debugging. Override it in userspace to adjust.
|
||||||
|
*
|
||||||
|
* @ingroup tacos_startup
|
||||||
*/
|
*/
|
||||||
STA_WEAK
|
STA_WEAK
|
||||||
UART_HandleTypeDef * getUARThandle(){
|
UART_HandleTypeDef * getUARThandle(){
|
||||||
@ -58,6 +60,8 @@ namespace sta
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Function that initializes the printable object given by getUARThandle().
|
* @brief Function that initializes the printable object given by getUARThandle().
|
||||||
|
*
|
||||||
|
* @ingroup tacos_startup
|
||||||
*/
|
*/
|
||||||
void initPrintable()
|
void initPrintable()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user