Browse Source

Add HAL_SERVO_LIB to HAL_Due.h

Scott Lahteine 6 years ago
parent
commit
5079a02c90
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/HAL/HAL_DUE/HAL_Due.h

+ 2
- 0
Marlin/src/HAL/HAL_DUE/HAL_Due.h View File

@@ -96,6 +96,8 @@
96 96
 
97 97
 typedef int8_t pin_t;
98 98
 
99
+#define HAL_SERVO_LIB Servo
100
+
99 101
 // --------------------------------------------------------------------------
100 102
 // Public Variables
101 103
 // --------------------------------------------------------------------------

Loading…
Cancel
Save