mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 09:20:34 +08:00
astyle src/modules/systemlib
This commit is contained in:
committed by
Lorenz Meier
parent
b1b951aace
commit
0bc3c8dfc4
@@ -938,7 +938,7 @@ int parameter_flashfs_alloc(flash_file_token_t token, uint8_t **buffer, size_t *
|
||||
/* We have a buffer reserve space and init it */
|
||||
*buffer = &working_buffer[sizeof(flash_entry_header_t)];
|
||||
*buf_size = working_buffer_size - sizeof(flash_entry_header_t);
|
||||
memset(working_buffer, 0xff , working_buffer_size);
|
||||
memset(working_buffer, 0xff, working_buffer_size);
|
||||
rv = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user