Merged latest OFW changes

This commit is contained in:
MX
2022-08-12 05:18:27 +03:00
parent db430214e2
commit 13465ef41d
39 changed files with 779 additions and 114 deletions

View File

@@ -0,0 +1,9 @@
#include <furi_hal_region.h>
bool furi_hal_region_is_provisioned() {
return true;
}
const char* furi_hal_region_get_name() {
return "00";
}