Files
mayhem-firmware/firmware/flashsize.h
T
2026-01-22 15:24:42 +01:00

10 lines
214 B
C

#pragma once
// DO NOT EDIT: IT IS AUTO GENERATED BY CMAKE!!!!
// clang-format off
//Allowed fw size in MB
#define FLASH_SIZE_MB 2
//Current compiled fw size in MB
#define FLASH_SIZE_LIMIT_MB 1
// clang-format on