Skip to content
Snippets Groups Projects
Commit ce66117d authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/common/nucleo: use @name instead of @brief

parent 5b5c99c2
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ extern "C" { ...@@ -30,7 +30,7 @@ extern "C" {
#endif #endif
/** /**
* @brief Mapping of MCU pins to Arduino pins * @name Mapping of MCU pins to Arduino pins
* @{ * @{
*/ */
#if defined(CPU_MODEL_STM32F303ZE) #if defined(CPU_MODEL_STM32F303ZE)
......
...@@ -29,7 +29,7 @@ extern "C" { ...@@ -29,7 +29,7 @@ extern "C" {
#endif #endif
/** /**
* @brief Mapping of MCU pins to Arduino pins * @name Mapping of MCU pins to Arduino pins
* @{ * @{
*/ */
#define ARDUINO_PIN_0 GPIO_PIN(PORT_A, 10) #define ARDUINO_PIN_0 GPIO_PIN(PORT_A, 10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment