mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-21 06:12:16 -04:00
fw: Add debug print when reading partition table fails
This commit is contained in:
parent
ea29843037
commit
0d6e1d9ba5
1 changed files with 2 additions and 1 deletions
|
@ -521,7 +521,8 @@ int main(void)
|
|||
scramble_ram();
|
||||
|
||||
if (part_table_read(&part_table_storage) != 0) {
|
||||
// Couldn't read or create partition table
|
||||
// Couldn't read partition table
|
||||
debug_puts("Couldn't read partition table\n");
|
||||
assert(1 == 2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue