🐛 Fix missing ADC method

This commit is contained in:
Scott Lahteine
2021-12-25 21:25:47 -06:00
parent d7af619936
commit 57315f02cb
11 changed files with 1 additions and 22 deletions

View File

@@ -131,8 +131,6 @@ typedef Servo hal_servo_t;
#define analogInputToDigitalPin(p) ((p < 12U) ? (p) + 54U : -1)
#endif
#define HAL_ANALOG_SELECT(ch)
//
// Pin Mapping for M42, M43, M226
//