1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

move more cpu specifics

This commit is contained in:
Asbelos
2022-03-02 14:24:49 +00:00
parent 6fc223d80b
commit 524afc6caf
7 changed files with 49 additions and 52 deletions

View File

@@ -40,15 +40,6 @@
#include "DCCTimer.h"
#include <avr/wdt.h>
////////////////////////////////////////////////////////////////////////////////
//
// Figure out if we have enough memory for advanced features
//
#if defined(ARDUINO_AVR_UNO) || defined(ARDUINO_AVR_NANO)
// nope
#else
#define HAS_ENOUGH_MEMORY
#endif
// These keywords are used in the <1> command. The number is what you get if you use the keyword as a parameter.
// To discover new keyword numbers , use the <$ YOURKEYWORD> command