mirror of
https://github.com/google/pebble.git
synced 2025-11-18 05:20:55 -05:00
spelling: invalid
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@ def process_binary_header(self):
|
|||||||
sparse length encoding (see waftools/sparse_length_encoding.py).
|
sparse length encoding (see waftools/sparse_length_encoding.py).
|
||||||
|
|
||||||
The name of the array variable defaults to the source file name with all
|
The name of the array variable defaults to the source file name with all
|
||||||
characters that are invaid C identifiers replaced with underscores. The name
|
characters that are invalid C identifiers replaced with underscores. The name
|
||||||
can be explicitly specified by setting the *array_name* parameter.
|
can be explicitly specified by setting the *array_name* parameter.
|
||||||
|
|
||||||
This method overrides the processing by
|
This method overrides the processing by
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ def process_binary_header(self):
|
|||||||
file is treated as a raw binary file.
|
file is treated as a raw binary file.
|
||||||
|
|
||||||
The name of the array variable defaults to the source file name with all
|
The name of the array variable defaults to the source file name with all
|
||||||
characters that are invaid C identifiers replaced with underscores. The name
|
characters that are invalid C identifiers replaced with underscores. The name
|
||||||
can be explicitly specified by setting the *array_name* parameter.
|
can be explicitly specified by setting the *array_name* parameter.
|
||||||
|
|
||||||
This method overrides the processing by
|
This method overrides the processing by
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ def process_binary_header(self):
|
|||||||
file is treated as a raw binary file.
|
file is treated as a raw binary file.
|
||||||
|
|
||||||
The name of the array variable defaults to the source file name with all
|
The name of the array variable defaults to the source file name with all
|
||||||
characters that are invaid C identifiers replaced with underscores. The name
|
characters that are invalid C identifiers replaced with underscores. The name
|
||||||
can be explicitly specified by setting the *array_name* parameter.
|
can be explicitly specified by setting the *array_name* parameter.
|
||||||
|
|
||||||
This method overrides the processing by
|
This method overrides the processing by
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ def process_binary_header(self):
|
|||||||
file is treated as a raw binary file.
|
file is treated as a raw binary file.
|
||||||
|
|
||||||
The name of the array variable defaults to the source file name with all
|
The name of the array variable defaults to the source file name with all
|
||||||
characters that are invaid C identifiers replaced with underscores. The name
|
characters that are invalid C identifiers replaced with underscores. The name
|
||||||
can be explicitly specified by setting the *array_name* parameter.
|
can be explicitly specified by setting the *array_name* parameter.
|
||||||
|
|
||||||
This method overrides the processing by
|
This method overrides the processing by
|
||||||
|
|||||||
@@ -315,7 +315,7 @@ void stuck_callback_menu_cb(int index, void *ctx) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// =================================================================================
|
// =================================================================================
|
||||||
void invaid_timer_id_menu_cb(int index, void *ctx) {
|
void invalid_timer_id_menu_cb(int index, void *ctx) {
|
||||||
void *cb_data = 0;
|
void *cb_data = 0;
|
||||||
uint32_t zero_flags = 0;
|
uint32_t zero_flags = 0;
|
||||||
|
|
||||||
@@ -405,7 +405,7 @@ static void prv_window_load(Window *window) {
|
|||||||
.callback = stuck_callback_menu_cb
|
.callback = stuck_callback_menu_cb
|
||||||
}, {
|
}, {
|
||||||
.title = "invalid timer ID",
|
.title = "invalid timer ID",
|
||||||
.callback = invaid_timer_id_menu_cb
|
.callback = invalid_timer_id_menu_cb
|
||||||
}, {
|
}, {
|
||||||
.title = "RT: sch 1 sec from cb",
|
.title = "RT: sch 1 sec from cb",
|
||||||
.callback = reg_timer_schedule_1sec_from_cb_menu_cb
|
.callback = reg_timer_schedule_1sec_from_cb_menu_cb
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ def process_binary_header(self):
|
|||||||
sparse length encoding (see waftools/sparse_length_encoding.py).
|
sparse length encoding (see waftools/sparse_length_encoding.py).
|
||||||
|
|
||||||
The name of the array variable defaults to the source file name with all
|
The name of the array variable defaults to the source file name with all
|
||||||
characters that are invaid C identifiers replaced with underscores. The name
|
characters that are invalid C identifiers replaced with underscores. The name
|
||||||
can be explicitly specified by setting the *array_name* parameter.
|
can be explicitly specified by setting the *array_name* parameter.
|
||||||
|
|
||||||
This method overrides the processing by
|
This method overrides the processing by
|
||||||
|
|||||||
Reference in New Issue
Block a user