channels: fix doc

pull/20/head
Astro 2020-09-25 22:55:48 +02:00
parent 9f70ef2e0a
commit f3ec96f425
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ impl Channels {
/// Calibrate the I_SET DAC using the DAC_FB ADC pin.
///
/// These loops perform a width-first search for the DAC setting
/// These loops perform a breadth-first search for the DAC setting
/// that will produce a `target_voltage`.
pub fn calibrate_dac_value(&mut self, channel: usize) {
let target_voltage = ElectricPotential::new::<volt>(2.5);