mirror of https://github.com/google/pebble
spelling: uninitialized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e5fbc9e67e
commit
f6d5f8ce95
|
@ -39,7 +39,7 @@ void test_debug_db__initialize(void) {
|
|||
void test_debug_db__cleanup(void) {
|
||||
}
|
||||
|
||||
void test_debug_db__unitialized(void) {
|
||||
void test_debug_db__uninitialized(void) {
|
||||
int index;
|
||||
uint8_t id;
|
||||
|
||||
|
|
Loading…
Reference in New Issue