mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-18 05:34:01 +00:00
9 lines
247 B
C
9 lines
247 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 @FLASH_MB_SIZE@
|
|
//Current compiled fw size in MB
|
|
#define FLASH_SIZE_LIMIT_MB @FLASH_MB_LIMIT_SIZE@
|
|
// clang-format on
|