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