forked from M-Labs/zynq-rs
libboard_zynq::flash: syntax
This commit is contained in:
parent
4439a64974
commit
6c4b07e0cf
|
@ -28,7 +28,7 @@ const INST_WRDI: u8 = 0x04;
|
|||
/// Instruction: Write Enable
|
||||
const INST_WREN: u8 = 0x06;
|
||||
/// Instruction: Program page
|
||||
const INST_PP: u8 = 02;
|
||||
const INST_PP: u8 = 0x02;
|
||||
/// Instruction: Sector Erase
|
||||
const INST_SE: u8 = 0xD8;
|
||||
/// Instruction: Erase 4K Block
|
||||
|
|
Loading…
Reference in New Issue