mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-22 21:33:01 +00:00
cleanup
This commit is contained in:
parent
9dbd438372
commit
c21a5b7edd
@ -52,7 +52,6 @@ void reset() {
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.println("hello world");
|
||||
hardware_init(cpu);
|
||||
|
||||
for (unsigned i = 0; i < RAM_SIZE; i += 1024)
|
||||
|
Loading…
Reference in New Issue
Block a user