doc: gd32f1x0: merge flash and rcc into periperhal apis

Instead of having some in peripheral_apis and some under the target
itself
This commit is contained in:
Karl Palsson 2019-06-26 12:24:07 +00:00
parent 8744df10a6
commit 06ee2009e8
2 changed files with 4 additions and 4 deletions

View File

@ -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> * @brief <b>libopencm3 GD32F1x0 FLASH</b>
* *

View File

@ -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> @brief <b>libopencm3 GD32F1x0 Reset and Clock Control</b>