mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #13759 from benpicco/riotboot_flashwrite_t-stack
sys/riotboot: add a warning about the size of riotboot_flashwrite_t
This commit is contained in:
commit
d5156d6da3
@ -59,6 +59,9 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* @brief firmware update state structure
|
||||
*
|
||||
* @note @ref FLASHPAGE_SIZE can be very large on some platforms, don't place
|
||||
* this struct on the stack or increase the thread stack size accordingly.
|
||||
*/
|
||||
typedef struct {
|
||||
int target_slot; /**< update targets this slot */
|
||||
|
Loading…
Reference in New Issue
Block a user