disk_accelerator_speedup is exposed to the public so we can use it for paste function -- later we need to implement a proper paste accelerator

This commit is contained in:
tudnai 2020-07-11 18:46:55 -07:00
parent 84e10b33d4
commit d8d406a044
1 changed files with 2 additions and 0 deletions

View File

@ -68,5 +68,7 @@ extern uint8_t disk_read(void);
extern void disk_motor_on(void);
extern void disk_motor_off(void);
extern void disk_accelerator_speedup(void);
#endif /* disk_h */