diff options
| author | Frédéric Desbiens <[email protected]> | 2026-04-15 11:36:53 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-15 11:36:53 -0400 |
| commit | f81d1c9eb5a0bc16ba26426e5274f7248a7c8646 (patch) | |
| tree | a036816ab14c9e6d97e44486ecbd571d7f925d32 /common_modules/module_manager/utilities/module_binary_to_c_array.c | |
| parent | e755542cb3be2cb9510630748712bb5cb6e58ffb (diff) | |
| parent | 454ab56fcecb35c0b24dc2f0bed6b8551a797fac (diff) | |
Merge branch 'dev' into typo
Diffstat (limited to 'common_modules/module_manager/utilities/module_binary_to_c_array.c')
| -rw-r--r-- | common_modules/module_manager/utilities/module_binary_to_c_array.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common_modules/module_manager/utilities/module_binary_to_c_array.c b/common_modules/module_manager/utilities/module_binary_to_c_array.c index b02fde6e..da0cf97c 100644 --- a/common_modules/module_manager/utilities/module_binary_to_c_array.c +++ b/common_modules/module_manager/utilities/module_binary_to_c_array.c @@ -21,7 +21,7 @@ unsigned long column; /* Determine if the proper number of files are provided. */ - if (argc != 3) + if (argc != 3) { /* Print an error message out and wait for user key hit. */ @@ -44,7 +44,7 @@ unsigned long column; printf(" File: %s ", argv[1]); return(2); } - + /* Determine if the binary file is a valid ThreadX module. */ alpha = fgetc(source_file); alpha1 = fgetc(source_file); @@ -94,7 +94,7 @@ unsigned long column; address = 0; column = 0; - do + do { /* Get character from the input file. */ |
