mirror of
https://github.com/trudnai/Steve2.git
synced 2024-12-09 12:49:47 +00:00
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:
parent
84e10b33d4
commit
d8d406a044
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user