You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo build --release
Compiling keyseebee v0.1.0 (.../keyseebee/firmware)
error[E0080]: evaluation of constant value failed
--> src/main.rs:42:1
|
42 | #[app(device = crate::hal::pac, peripherals = true, dispatchers = [CEC_CAN])]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 5_usize`, which would overflow
|
= note: this error originates in the attribute macro `app` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0080`.
error: could not compile `keyseebee` due to previous error
I've tried to force using the v1.0.0 version, but I have the same error:
I've tried to migrate to rtic v1 here: https://github.com/TeXitoi/keyseebee/tree/rtic1 but I have a strange error:
I've tried to force using the v1.0.0 version, but I have the same error:
The text was updated successfully, but these errors were encountered: