mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:38:36 -07:00
10 lines
150 B
C
10 lines
150 B
C
#include <furi_hal_region.h>
|
|
|
|
bool furi_hal_region_is_provisioned() {
|
|
return true;
|
|
}
|
|
|
|
const char* furi_hal_region_get_name() {
|
|
return "00";
|
|
}
|