mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-15 12:23:43 +00:00
10 lines
214 B
C
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
|