mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-05 00:55:43 +01:00
Add 0 as success return value for init_storage
This commit is contained in:
parent
ae76b43ae0
commit
a9cfe53c10
@ -30,4 +30,5 @@ int init_storage(void) {
|
||||
if (rc) {
|
||||
return rc;
|
||||
}
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user