mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-25 04:18:05 +00:00
Set up more realistic feedback loop.
This commit is contained in:
@@ -71,6 +71,10 @@ void Controller::process_write_completed() {
|
||||
// Provided for subclasses to override.
|
||||
}
|
||||
|
||||
void Controller::is_writing_final_bit() {
|
||||
// Provided for subclasses to override.
|
||||
}
|
||||
|
||||
// MARK: - PLL control and delegate
|
||||
|
||||
void Controller::set_expected_bit_length(const Time bit_length) {
|
||||
|
||||
Reference in New Issue
Block a user