Wallacoloo / printipi

3d printing directly through the Raspberry Pi's GPIO pins
MIT License
141 stars 43 forks source link

Move default HardwareScheduler into src/drivers/generic/hardwarescheduler.h #56

Closed Wallacoloo closed 9 years ago

Wallacoloo commented 9 years ago

As of now, the default HardwareScheduler is declared in schedulerbase.h (NullSchedulerInterface::HardwareScheduler). This should be moved into src/drivers/generic/hardwarescheduler.h, and I don't believe the encompassing class (NullSchedulerInterface) is referenced anywhere, so it can be deleted.