Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Feb 11, 2025
1 parent 14670f7 commit f0d182f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getManifest } from '../utils/manifest'
import { withProgress } from '../utils/progress'

/**
* @typedef {import('./manifest.js').Image} ManifestImage
* @typedef {import('./manifest.js').Image} Image
*/

export const Step = {
Expand Down Expand Up @@ -73,7 +73,7 @@ export function useQdl() {
const imageWorker = useImageWorker()
const qdl = useRef(new qdlDevice(config.loader.url))

/** @type {React.RefObject<ManifestImage[]>} */
/** @type {React.RefObject<Image[]>} */
const manifest = useRef(null)

function setStep(step) {
Expand Down

0 comments on commit f0d182f

Please sign in to comment.