Robert F-C 40eb07bad4 Revert and extend previous change pin check change
Reviert previous change of #if BLAH_PIN > 0 to #if defined(BLAH_PIN) &&
BLAH_PIN > -1. Unfortunately some times pin 0 is used. For my sins I've
gone through and replaced all unsafe checks of #if BLAH_PIN > -1 with
the safe version.
2013-05-22 21:33:23 +10:00
..
2011-08-12 22:28:35 +02:00
2012-08-29 22:53:41 +01:00
2013-05-19 12:09:34 +02:00
2012-11-12 15:35:28 +01:00
2012-08-22 14:49:57 +02:00
2012-08-22 14:49:57 +02:00
2012-08-22 14:49:57 +02:00
2013-05-18 23:12:28 +02:00
2013-05-20 14:52:35 +02:00