Skip to content

Commit 624d6f2

Browse files
committed
Fix ESPxx build issues
1 parent 9f65696 commit 624d6f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

targets/esp32/jshardware.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ void jshInit() {
164164
jshPinDefaultPullup();
165165
} // End of jshInit
166166

167+
void jshKill() {
168+
}
169+
167170
/**
168171
* Reset the Espruino environment.
169172
*/

targets/esp8266/jshardware.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ void jshInit() {
138138
os_printf("< jshInit\n");
139139
} // End of jshInit
140140

141+
void jshKill() {
142+
}
143+
141144
/**
142145
* Handle a GPIO interrupt.
143146
* We have arrived in this callback function because the state of a GPIO pin has changed

0 commit comments

Comments
 (0)