stm32f7: doc: flash defines weren't grouped at all

This commit is contained in:
Karl Palsson 2019-05-21 23:45:34 +00:00
parent da76279bc6
commit 2bed518f09
1 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#ifndef LIBOPENCM3_FLASH_H
#define LIBOPENCM3_FLASH_H
/** @addtogroup flash_defines
/** @defgroup flash_defines FLASH Defines
*
* @ingroup STM32F7xx_defines
*
* @author @htmlonly © @endhtmlonly 2017
* Matthew Lai <m@matthewlai.ca>
@ -32,6 +31,9 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBOPENCM3_FLASH_H
#define LIBOPENCM3_FLASH_H
#include <libopencm3/stm32/common/flash_common_all.h>
#include <libopencm3/stm32/common/flash_common_f.h>
#include <libopencm3/stm32/common/flash_common_f24.h>