Skip to content
Snippets Groups Projects
Commit 0bda2236 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Allow Einsy RAMBo FAN1_PIN override

parent 1b921b24
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,10 @@ ...@@ -118,7 +118,10 @@
#ifndef FAN_PIN #ifndef FAN_PIN
#define FAN_PIN 8 #define FAN_PIN 8
#endif #endif
#ifndef FAN1_PIN
#define FAN1_PIN 6 #define FAN1_PIN 6
#endif
// //
// Misc. Functions // Misc. Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment