mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Remove AVR-only MARLIN_DEV_MODE code
This commit is contained in:
parent
e874f9664c
commit
2224a4d61a
@ -255,12 +255,6 @@ void MarlinUI::init() {
|
||||
#if HAS_ENCODER_ACTION
|
||||
encoderDiff = 0;
|
||||
#endif
|
||||
|
||||
#if ENABLED(MARLIN_DEV_MODE)
|
||||
// Start timer 5 at full speed
|
||||
SET_CS(5, PRESCALER_1);
|
||||
SET_COM(5, A, NORMAL);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool MarlinUI::get_blink() {
|
||||
|
Loading…
Reference in New Issue
Block a user