Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

periph/flashpage: deprecate *_free functions #17860

Merged
merged 2 commits into from
Mar 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
periph/flashpage: activate FLASH_WRITABLE_INIT documentation
  • Loading branch information
Ollrogge committed Mar 31, 2022
commit a834cc9acf8c4749b4dbeaec4136b96a566ecc8b
2 changes: 1 addition & 1 deletion drivers/include/periph/flashpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ enum {
#error "periph/flashpage: FLASHPAGE_NUMOF not defined"
#endif

#ifdef MODULE_PERIPH_FLASHPAGE_IN_ADDRESS_SPACE
#if defined(MODULE_PERIPH_FLASHPAGE_IN_ADDRESS_SPACE) || defined(DOXYGEN)
/**
* @def FLASH_WRITABLE_INIT(name, size)
* @brief Define an array in flash memory
Expand Down