1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 16:46:13 +01:00

no HA support

This commit is contained in:
travis-farmer 2023-10-19 08:35:21 -04:00
parent ef78b52c2a
commit 2a03b08d28

View File

@ -127,7 +127,7 @@ void DCCTimer::setPWM(byte pin, bool high) {
tim3ModeHA = false; tim3ModeHA = false;
}*/ }*/
/////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////
INTERRUPT_CALLBACK interruptHandler=0; /*INTERRUPT_CALLBACK interruptHandler=0;
extern char *__brkval; extern char *__brkval;
extern char *__malloc_heap_start; extern char *__malloc_heap_start;
@ -195,7 +195,7 @@ void DCCTimer::reset() {
CPU_CCP=0xD8; CPU_CCP=0xD8;
WDT.CTRLA=0x4; WDT.CTRLA=0x4;
while(true){} while(true){}
} }*/
int16_t ADCee::ADCmax() int16_t ADCee::ADCmax()
{ {