hackndev / zinc

The bare metal stack for rust
zinc.rs
Apache License 2.0
1k stars 100 forks source link

ioreg: rename expr_u64 -> expr_usize #315

Closed mcoffin closed 9 years ago

mcoffin commented 9 years ago

Closes #274

This method now returns usize do to upstream changes in what rust expects from a fixed length vec type definition.

farcaller commented 9 years ago

:+1: