mcu: Decrease mcu.max_nominal_duration() to 3 seconds from 5
This allows the mcu to utilize faster internal speeds. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -548,7 +548,7 @@ class MCU_adc:
|
||||
# Minimum time host needs to get scheduled events queued into mcu
|
||||
MIN_SCHEDULE_TIME = 0.100
|
||||
# Maximum time all MCUs can internally schedule into the future
|
||||
MAX_NOMINAL_DURATION = 5.0
|
||||
MAX_NOMINAL_DURATION = 3.0
|
||||
|
||||
class MCU:
|
||||
error = error
|
||||
|
||||
Reference in New Issue
Block a user