Skip to content

Commit

Permalink
NOMERGE Old rectifier firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Dec 3, 2024
1 parent 3408448 commit b6d2086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drv/psc-psu-update/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ enum Trace {
// revision match the revision contained within the payload, lest we will
// believe that the update has failed when it has in fact succeeded!
//
const MWOCP68_FIRMWARE_REV: FirmwareRev = FirmwareRev(*b"0762");
const MWOCP68_FIRMWARE_PAYLOAD: &[u8] = include_bytes!("mwocp68-0762.bin");
const MWOCP68_FIRMWARE_REV: FirmwareRev = FirmwareRev(*b"0701");
const MWOCP68_FIRMWARE_PAYLOAD: &[u8] = include_bytes!("mwocp68-0701.bin");

counted_ringbuf!(Trace, 64, Trace::None);

Expand Down

0 comments on commit b6d2086

Please sign in to comment.