chiark / gitweb /
pins.h: Define Z_MAX_PIN for Gen7 board
authorPhil Hord <phil@phord.com>
Mon, 27 Feb 2012 01:15:40 +0000 (20:15 -0500)
committerPhil Hord <phil@phord.com>
Mon, 27 Feb 2012 01:18:39 +0000 (20:18 -0500)
commitba8500a236041e812c5ff2150e4e65ec82f308b5
treef0f934d4a69002b60385e181e38a5de8d11bb805
parent97d42ca2b229597c124dfdd1ffef8499d0f2644a
pins.h: Define Z_MAX_PIN for Gen7 board

The Z_MAX_PIN value was defined as no-value, but this causes
the compile to fail.  Fix this by setting the Z_MAX_PIN to the
correct value (which happens to be 0 for pin PB0/DIO0/0).
Marlin/pins.h