-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
Over here is this seen:
$ cargo +nightly publish
Updating crates.io index
Packaging avr_delay v0.4.0 (/home/gs0604/src/rust/RustAVR/delay)
Verifying avr_delay v0.4.0 (/home/gs0604/src/rust/RustAVR/delay)
Compiling proc-macro2 v1.0.39
Compiling unicode-ident v1.0.0
Compiling syn v1.0.95
Compiling quote v1.0.18
Compiling const_env_impl--value v0.1.2
Compiling const_env--value v0.1.2
Compiling avr-config v2.0.1
Compiling avr_delay v0.4.0 (/home/stappers/src/rust/RustAVR/delay/target/package/avr_delay-0.4.0)
error: invalid register class `reg_iw`: unknown register class
--> src/lib.rs:40:18
|
40 | i = inout(reg_iw) zero => _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: invalid register class `reg_iw`: unknown register class
--> src/lib.rs:47:14
|
47 | i = inout(reg_iw) last_count => _,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: could not compile `avr_delay` due to 2 previous errors
error: failed to verify package tarball
What would be the correct register class?
Metadata
Metadata
Assignees
Labels
No labels