AnHardt / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
GNU General Public License v3.0
1 stars 1 forks source link

Repair SPI-pins #63

Closed AnHardt closed 7 years ago

AnHardt commented 7 years ago

SCK_PIN and co. can't be defined as DIO[number] they mus be defined as pure number. So rebuilding the processor based #if-structure of fastio.h in pins.h.

AnHardt commented 7 years ago

@thinkyhead Would you please be so kind to have a look at https://travis-ci.org/AnHardt/Marlin/builds/150276657#L1273 Lots of warnings regarding pins 7 and 8 in Hephestos2.

EDITED Solved.