1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

This commit is contained in:
Alexandre Abadie 2018-01-05 15:33:03 +01:00
parent 5b5c99c27b
commit ce66117dc0
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ extern "C" {
#endif
/**
* @brief Mapping of MCU pins to Arduino pins
* @name Mapping of MCU pins to Arduino pins
* @{
*/
#if defined(CPU_MODEL_STM32F303ZE)

View File

@ -29,7 +29,7 @@ extern "C" {
#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)