Skip to content

Commit edda69e

Browse files
Remove #ifdefs in .S file, not needed.
1 parent ff9cbef commit edda69e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/ESP8266WiFi/src/BearSSLThunks.S

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
Modified 8 May 2015 by Hristo Gochkov (proper post and file upload handling)
2525
*/
2626

27-
#ifdef ESP8266
28-
2927
/* We need to keep track of the end of the thunking stack and the */
3028
/* original stack pointer (A1). Keep them local here. */
3129
.data
@@ -98,5 +96,3 @@ thunk br_ssl_engine_sendapp_ack
9896
thunk br_ssl_engine_sendapp_buf
9997
thunk br_ssl_engine_sendrec_ack
10098
thunk br_ssl_engine_sendrec_buf
101-
102-
#endif

0 commit comments

Comments
 (0)