fix typo
This commit is contained in:
parent
9964401199
commit
376c339c95
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
// fix for non-exception arduino platforms (Feather and Teensy 4.0)
|
// fix for non-exception arduino platforms (Feather and Teensy 4.0)
|
||||||
extern "C"{
|
extern "C"{
|
||||||
int attribute((weak)) __exidx_start(){ return -1;}
|
int __attribute__((weak)) __exidx_start(){ return -1;}
|
||||||
int attribute((weak)) __exidx_end(){ return -1; }
|
int __attribute__((weak)) __exidx_end(){ return -1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ssl_pem_decode_state {
|
struct ssl_pem_decode_state {
|
||||||
|
|
Loading…
Reference in a new issue