Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir-Rashid committed Oct 1, 2024
1 parent 5830a93 commit 527bbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion capsules/core/src/adc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ impl<'a, A: hil::adc::Adc<'a> + hil::adc::AdcHighSpeed<'a>> hil::adc::HighSpeedC
kernel_data
.schedule_upcall(
0,
(self.mode.get() as usize, len_chan, buf_ptr as usize),
(self.mode.get() as usize, len_chan, usize::from(buf_ptr)),
)
.ok();

Expand Down
1 change: 1 addition & 0 deletions flux_support/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Helper Flux functions

0 comments on commit 527bbe3

Please sign in to comment.