8000 Add wdtfeed function declaration · Adam5Wu/bearssl-esp8266@eff2442 · GitHub
[go: up one dir, main page]

Skip to content

Commit eff2442

Browse files
committed
Add wdtfeed function declaration
1 parent 8447455 commit eff2442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/inner.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,6 +2359,7 @@ br_cpuid(uint32_t mask_eax, uint32_t mask_ebx,
23592359

23602360
#define _debugBearSSL (0)
23612361
extern void optimistic_yield(uint32_t);
2362+
extern void system_soft_wdt_feed();
23622363
extern void br_stack_proxy_enter();
23632364
extern void *br_stack_proxy_alloc(size_t bytes);
23642365
extern void br_stack_proxy_exit();
@@ -2382,6 +2383,7 @@ br_cpuid(uint32_t mask_eax, uint32_t mask_ebx,
23822383
#define STACK_PROXY_ALLOC(type, name, count) type name[count]
23832384
#define dumpstack()
23842385
#define optimistic_yield(ignored)
2386+
#define system_soft_wdt_feed()
23852387
#endif
23862388

23872389

0 commit comments

Comments
 (0)
0