Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Jul 11, 2024
1 parent 469a4e8 commit 33bb637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hex-flash-data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import {
isUniversalHex,
separateUniversalHex,
} from "@microbit/microbit-universal-hex";

// I think we'd end up with two independently bundled copies of this for clients who also depend on microbit-fs.
import MemoryMap from "nrf-intel-hex";

export class HexFlashDataSource implements FlashDataSource {
Expand Down

0 comments on commit 33bb637

Please sign in to comment.