mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 13:21:01 +01:00
Fixed it
This commit is contained in:
parent
87a82f7c18
commit
3b29bc002c
@ -24,13 +24,7 @@
|
|||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#include "FreeMemory.h"
|
#include "FreeMemory.h"
|
||||||
|
|
||||||
#if defined(ARDUINO_BOARD_UNO)
|
|
||||||
int ramLowWatermark = 16384;
|
|
||||||
#elif defined(ARDUINO_BOARD_MEGA_2560)
|
|
||||||
int ramLowWatermark = 64000;
|
|
||||||
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAMC)
|
|
||||||
int ramLowWatermark = 256000;
|
int ramLowWatermark = 256000;
|
||||||
#endif
|
|
||||||
|
|
||||||
const uint8_t kIRQmicros = 29;
|
const uint8_t kIRQmicros = 29;
|
||||||
const uint8_t kNumLocos = 50;
|
const uint8_t kNumLocos = 50;
|
||||||
|
Loading…
Reference in New Issue
Block a user