-
Notifications
You must be signed in to change notification settings - Fork 30
similar name exists in the module: atmega328p
#31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What I did to get a succesfull build: --- a/src/main.rs
+++ b/src/main.rs
@@ -3,7 +3,7 @@
#![no_std]
#![no_main]
-use ruduino::cores::atmega328 as avr_core;
+use ruduino::cores::atmega328p as avr_core;
use ruduino::Register;
use avr_core::{DDRB, PORTB}; I don't know how good or how evil that is. Thing I'm trying to say: Note: How good that |
I recently updated the |
Reporting a clean compile, taking #29 workaround in account.
|
Reporting my expirement
The
+nightly-2021-01-07
is because #29, theREADME.md
says.The text was updated successfully, but these errors were encountered: