| 61 | } |
| 62 | |
| 63 | void Storage_registerModule(StorageModule *config) { |
| 64 | storage_modules[module_count++] = config; |
| 65 | } |
| 66 | |
| 67 | uint8_t storage_load_settings() { |
| 68 | uint8_t buffer[STORAGE_SIZE]; |
no outgoing calls
no test coverage detected
searching dependent graphs…