Skip to content

Commit

Permalink
fix: necessary include for a temporary declaration that should go to …
Browse files Browse the repository at this point in the history
…antares/esp-open-sdk (expose vsnprintf)

Signed-off-by: David Gauchard <gauchard@laas.fr>
  • Loading branch information
d-a-v committed Mar 19, 2015
1 parent c39b8e5 commit edd3faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ typedef int (*printf_f)(const char *fmt, ...) __attribute__ ((format (printf, 1,

// add this to antares/esp8266 missing includes
#include <stdarg.h>
#include <c_types.h>
int vsnprintf(char *str, size_t size, const char *format, va_list ap);

extern printf_f console_printf;
Expand Down

0 comments on commit edd3faf

Please sign in to comment.