1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 13:33:49 +01:00

periph/flashpage: activate FLASH_WRITABLE_INIT documentation

This commit is contained in:
Ollrogge 2022-03-31 17:55:45 +02:00
parent 76935ddbf5
commit a834cc9acf

View File

@ -151,7 +151,7 @@ enum {
#error "periph/flashpage: FLASHPAGE_NUMOF not defined" #error "periph/flashpage: FLASHPAGE_NUMOF not defined"
#endif #endif
#ifdef MODULE_PERIPH_FLASHPAGE_IN_ADDRESS_SPACE #if defined(MODULE_PERIPH_FLASHPAGE_IN_ADDRESS_SPACE) || defined(DOXYGEN)
/** /**
* @def FLASH_WRITABLE_INIT(name, size) * @def FLASH_WRITABLE_INIT(name, size)
* @brief Define an array in flash memory * @brief Define an array in flash memory