Skip to content

Commit 2769ea2

Browse files
committed
Revert "add Picohal plugin init"
1 parent f0b1ca6 commit 2769ea2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

plugins_init.h

-5
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@
228228
event_out_init();
229229
#endif
230230

231-
#if PICOHAL_ENABLE
232-
extern void picohal_init (void);
233-
picohal_init();
234-
#endif
235-
236231
// End third party plugin definitions.
237232

238233
#if ODOMETER_ENABLE

spindle_control.h

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#define SPINDLE_SOLENOID 18
4848
#define SPINDLE_STEPPER 19
4949
#define SPINDLE_NOWFOREVER 20
50-
#define SPINDLE_PICOHAL 21
5150
#define SPINDLE_MY_SPINDLE 30
5251

5352
#define SPINDLE_ALL_VFD ((1<<SPINDLE_HUANYANG1)|(1<<SPINDLE_HUANYANG2)|(1<<SPINDLE_GS20)|(1<<SPINDLE_YL620A)|(1<<SPINDLE_MODVFD)|(1<<SPINDLE_H100)|(1<<SPINDLE_NOWFOREVER))

0 commit comments

Comments
 (0)