Skip to content

Commit

Permalink
fixed some usage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jantje committed Apr 8, 2018
1 parent c007a4f commit 9549c78
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 232 deletions.
1 change: 1 addition & 0 deletions jantje/ESP8266/libraries/gdb/gdb.h
@@ -1,6 +1,7 @@
#ifndef __GDB_H
#define __GDB_H
#include "gdbstub.h"
#include "user_interface.h"

#define RAMFUNC __attribute__ ((section( ".iram.text")))

Expand Down
1 change: 1 addition & 0 deletions jantje/avr_local/cores/arduino/Arduino.cpp
@@ -1,3 +1,4 @@
#define ARDUINO_MAIN
#include "Arduino.h"
#include <unistd.h>

Expand Down

0 comments on commit 9549c78

Please sign in to comment.