Allow Einsy RAMBo FAN1_PIN override

This commit is contained in:
Scott Lahteine 2018-08-13 02:48:25 -05:00
parent 7b0a8e85ba
commit a9cb4834da
1 changed files with 4 additions and 1 deletions

View File

@ -118,7 +118,10 @@
#ifndef FAN_PIN
#define FAN_PIN 8
#endif
#define FAN1_PIN 6
#ifndef FAN1_PIN
#define FAN1_PIN 6
#endif
//
// Misc. Functions