aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-11 16:07:59 +0100
committerJames Munns <[email protected]>2025-12-11 16:07:59 +0100
commit0e64db6bb72252ceb35725298bc8858d7949ba88 (patch)
treea0d3a1b46ab46a03c0ff9aa095b5433b35d20fd6 /embassy-mcxa/src
parentebe47b1856602f993a7f87669030afe1cd10dc51 (diff)
Remove some stale todos
Diffstat (limited to 'embassy-mcxa/src')
-rw-r--r--embassy-mcxa/src/adc.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-mcxa/src/adc.rs b/embassy-mcxa/src/adc.rs
index c19f02431..9efac6217 100644
--- a/embassy-mcxa/src/adc.rs
+++ b/embassy-mcxa/src/adc.rs
@@ -316,12 +316,12 @@ impl<'a> Adc<'a, Async> {
316 chained_next_command_number: Next::NoNextCmdTerminateOnFinish, 316 chained_next_command_number: Next::NoNextCmdTerminateOnFinish,
317 enable_auto_channel_increment: false, 317 enable_auto_channel_increment: false,
318 loop_count: 0, 318 loop_count: 0,
319 hardware_average_mode: Avgs::NoAverage, // todo: good config? 319 hardware_average_mode: Avgs::NoAverage,
320 sample_time_mode: Sts::Sample3p5, // todo: good config? 320 sample_time_mode: Sts::Sample3p5,
321 hardware_compare_mode: Cmpen::DisabledAlwaysStoreResult, 321 hardware_compare_mode: Cmpen::DisabledAlwaysStoreResult,
322 hardware_compare_value_high: 0, 322 hardware_compare_value_high: 0,
323 hardware_compare_value_low: 0, 323 hardware_compare_value_low: 0,
324 conversion_resolution_mode: Mode::Data16Bits, // todo: good config? 324 conversion_resolution_mode: Mode::Data16Bits,
325 enable_wait_trigger: false, 325 enable_wait_trigger: false,
326 }; 326 };
327 327