Skip to content

Commit e3c3100

Browse files
Fix duplicate type (#33)
1 parent 8e7ec97 commit e3c3100

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/usb.ts

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ export interface MicrobitWebUSBConnectionOptions {
4141
logging: Logging;
4242
}
4343

44-
export interface FlashOptions {
45-
partial: boolean;
46-
progress: (percentage: number | undefined) => void;
47-
minimumProgressIncrement?: number;
48-
}
49-
5044
/**
5145
* A WebUSB connection to a micro:bit device.
5246
*/

0 commit comments

Comments
 (0)