Fix the sensitive pin definitions, there where analogue numbers in the digital pin list. Also made M42 without a P function on the LED_PIN (which was otherwise a useless pin definition)

This commit is contained in:
daid303
2012-12-11 14:53:53 +01:00
parent 8b58edc70e
commit 5ff5cee8ce
5 changed files with 26 additions and 26 deletions

View File

@ -16,7 +16,9 @@
// 7 Italian
// 8 Portuguese
#ifndef LANGUAGE_CHOICE
#define LANGUAGE_CHOICE 1 // Pick your language from the list above
#endif
#define PROTOCOL_VERSION "1.0"