Add function prototypes for LWIP SDK functions, allow compilng with -Werror again
This commit is contained in:
parent
dc4ca6861f
commit
7c982da48f
6 changed files with 41 additions and 23 deletions
|
|
@ -32,6 +32,9 @@
|
|||
#ifndef __ARCH_CC_H__
|
||||
#define __ARCH_CC_H__
|
||||
|
||||
/* include ESP SDK prototypes as they're used in some LWIP routines */
|
||||
#include "espressif/sdk_prototypes.h"
|
||||
|
||||
/* Include some files for defining library routines */
|
||||
#include <stdio.h> /* printf, fflush, FILE */
|
||||
#include <stdlib.h> /* abort */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue