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
Copy file name to clipboardExpand all lines: firmware/main.c
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ int main() {
36
36
37
37
uart_write_string("\n\n", 2);
38
38
39
-
charmsg2[] ="RISC-V: Instruction Sets Want to be Free!!!\n\n";
39
+
charmsg_[] ="RISC-V: Instruction Sets Want to be Free!!!\n\n";
40
40
41
-
uart_write_string(msg2, 46);
41
+
uart_write_string(msg_, 46);
42
42
43
43
delay_ms(100);
44
44
@@ -47,9 +47,29 @@ int main() {
47
47
48
48
delay_ms(100);
49
49
50
-
charmsg3[] ="To my dear platonic passion: Even though you probably never know this, since I met you, your beautiful smile and all your perfection have encouraged me to be a better person every day.\n\n";
50
+
//char msg3[] = "To my dear platonic passion: Even though you probably never know this, since I met you, your beautiful smile and all your perfection have encouraged me to be a better person every day.\n\n";
0 commit comments