Patch PrintrboardG2 build (on spec)

This commit is contained in:
Scott Lahteine
2019-09-30 02:47:19 -05:00
parent 55b8547f04
commit a9c259c77a
3 changed files with 4 additions and 4 deletions

View File

@ -2580,9 +2580,9 @@ void Stepper::report_positions() {
#endif
#else
#else // PRINTRBOARD_G2
#include "../HAL/HAL_DUE/G2_PWM.h"
#include HAL_PATH(../HAL, fastio/G2_PWM.h)
#endif