Browse Source

doc: gd32f1x0: merge flash and rcc into periperhal apis

Instead of having some in peripheral_apis and some under the target
itself
pull/1074/head
Karl Palsson 5 years ago
parent
commit
06ee2009e8
  1. 4
      lib/gd32/f1x0/flash.c
  2. 4
      lib/gd32/f1x0/rcc.c

4
lib/gd32/f1x0/flash.c

@ -1,6 +1,6 @@
/** @defgroup flash_file FLASH
/** @defgroup flash_file FLASH peripheral API
*
* @ingroup GD32F1x0
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 GD32F1x0 FLASH</b>
*

4
lib/gd32/f1x0/rcc.c

@ -1,6 +1,6 @@
/** @defgroup GD32F1x0-rcc-file RCC
/** @defgroup rcc_file RCC peripheral API
@ingroup GD32F1x0
@ingroup peripheral_apis
@brief <b>libopencm3 GD32F1x0 Reset and Clock Control</b>

Loading…
Cancel
Save