Skip to content

Commit

Permalink
Fix duplicate type (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored Oct 17, 2024
1 parent 8e7ec97 commit e3c3100
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/usb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ export interface MicrobitWebUSBConnectionOptions {
logging: Logging;
}

export interface FlashOptions {
partial: boolean;
progress: (percentage: number | undefined) => void;
minimumProgressIncrement?: number;
}

/**
* A WebUSB connection to a micro:bit device.
*/
Expand Down

0 comments on commit e3c3100

Please sign in to comment.