Skip to content

Commit

Permalink
fixup! refactor: Import embedded-hal 0.2 as embedded-hal-0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jan 20, 2024
1 parent 4d75a97 commit f34d4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use riot_wrappers::riot_main;
riot_main!(main);

fn main() {
use embedded_hal_0_2::adc::OneShot;
use embedded_hal::adc::OneShot;

let mut adc = adc::ADC {
resolution: riot_sys::adc_res_t_ADC_RES_8BIT,
Expand Down

0 comments on commit f34d4e7

Please sign in to comment.