stm32f7: doc: flash defines weren't grouped at all
This commit is contained in:
parent
da76279bc6
commit
2bed518f09
@ -1,7 +1,6 @@
|
|||||||
#ifndef LIBOPENCM3_FLASH_H
|
/** @defgroup flash_defines FLASH Defines
|
||||||
#define LIBOPENCM3_FLASH_H
|
*
|
||||||
|
* @ingroup STM32F7xx_defines
|
||||||
/** @addtogroup flash_defines
|
|
||||||
*
|
*
|
||||||
* @author @htmlonly © @endhtmlonly 2017
|
* @author @htmlonly © @endhtmlonly 2017
|
||||||
* Matthew Lai <m@matthewlai.ca>
|
* Matthew Lai <m@matthewlai.ca>
|
||||||
@ -32,6 +31,9 @@
|
|||||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* 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_all.h>
|
||||||
#include <libopencm3/stm32/common/flash_common_f.h>
|
#include <libopencm3/stm32/common/flash_common_f.h>
|
||||||
#include <libopencm3/stm32/common/flash_common_f24.h>
|
#include <libopencm3/stm32/common/flash_common_f24.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user