mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
300a4b03c6
* init * remove mbt
11 lines
372 B
C
11 lines
372 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@
|
|
//Current compiled fw + bitstream size in MB
|
|
#define FLASH_SIZE_LIMIT_WITH_BITSTREAM_MB @FLASH_MB_LIMIT_WITH_BITSTREAM_SIZE@
|
|
// clang-format on
|