forked from M-Labs/zynq-rs
1
0
Fork 0

Review update

This commit is contained in:
newell 2024-09-24 23:14:34 -07:00
parent 7453a20420
commit f2eebf44e9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pub enum PllSource {
ArmPll = 0b010,
DdrPll = 0b011,
// Ethernet controller 0 EMIO clock
EMIO = 0b100,
Emio = 0b100,
}
#[repr(u8)]