Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed Oct 13, 2023
1 parent 291efc4 commit e7c55a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/uid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub fn main() -> std::process::ExitCode {
// Setup device connection
let mut device = lib::new_device(samba.pin_mut());
device.pin_mut().create();
let mut oliberver = lib::new_bossa_observer();
let mut flasher = lib::new_flasher(samba.pin_mut(), device.pin_mut(), oliberver.pin_mut());
let mut observer = lib::new_bossa_observer();
let mut flasher = lib::new_flasher(samba.pin_mut(), device.pin_mut(), observer.pin_mut());

// Get FlasherInfo
let mut flasher_info = lib::new_flasher_info();
Expand Down

0 comments on commit e7c55a1

Please sign in to comment.