mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 11:10:34 +08:00
Spelling errors (#19935)
This commit is contained in:
@@ -1048,7 +1048,7 @@ int parameter_flashfs_init(sector_descriptor_t *fconfig, uint8_t *buffer, uint16
|
||||
|
||||
flash_entry_header_t *pf = find_entry(parameters_token);
|
||||
|
||||
/* No paramaters */
|
||||
/* No parameters */
|
||||
|
||||
if (pf == NULL) {
|
||||
size_t total_size = size + sizeof(flash_entry_header_t);
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
############################################################################
|
||||
|
||||
#
|
||||
# PX4 paramaters processor (main executable file)
|
||||
# PX4 parameters processor (main executable file)
|
||||
#
|
||||
# This tool scans the PX4 source code for declarations of tunable parameters
|
||||
# and outputs the list in various formats.
|
||||
|
||||
Reference in New Issue
Block a user