-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Closed
Copy link
Labels
Bug: Confirmed !Fix IncludedA fix is included in the descriptionA fix is included in the description
Description
Attempting to build for the CR10-V2 with the latest bugfix-2.0.x.
In file included from Marlin/src/inc/../HAL/./AVR/HAL.h:24:0,
from Marlin/src/inc/../HAL/HAL.h:30,
from Marlin/src/inc/MarlinConfig.h:31,
from Marlin/src/MarlinCore.h:24,
from Marlin/src/MarlinCore.cpp:31:
Marlin/src/MarlinCore.cpp: In function 'void setup()':
Marlin/src/inc/../HAL/./AVR/fastio.h:114:31: error: expected ';' before 'do'
#define OUT_WRITE(IO,V) do{ SET_OUTPUT(IO); WRITE(IO,V); }while(0)
^
Marlin/src/MarlinCore.cpp:957:5: note: in expansion of macro 'OUT_WRITE'
OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
^
Marlin/src/MarlinCore.cpp:1292:1: error: expected '}' at end of input
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug: Confirmed !Fix IncludedA fix is included in the descriptionA fix is included in the description