mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-15 13:58:13 +02:00
Add 0 as success return value for init_storage
This commit is contained in:
parent
ae76b43ae0
commit
a9cfe53c10
1 changed files with 1 additions and 0 deletions
|
@ -30,4 +30,5 @@ int init_storage(void) {
|
|||
if (rc) {
|
||||
return rc;
|
||||
}
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue