forked from M-Labs/zynq-rs
fixed typo
This commit is contained in:
parent
4acee21c05
commit
73b0ec9837
|
@ -142,8 +142,8 @@ register_bits_typed!(
|
||||||
command_type,
|
command_type,
|
||||||
u8,
|
u8,
|
||||||
CommandType,
|
CommandType,
|
||||||
24,
|
22,
|
||||||
29
|
23
|
||||||
);
|
);
|
||||||
register_bit!(
|
register_bit!(
|
||||||
transfer_mode_command,
|
transfer_mode_command,
|
||||||
|
|
Loading…
Reference in New Issue