Commit 673f25f7 authored by Dmitry Frank's avatar Dmitry Frank Committed by Cesanta Bot

Include stdbool.h for NRF52

Fixes https://github.com/cesanta/mjs/issues/82
Integrates https://github.com/cesanta/mjs/pull/85

PUBLISHED_FROM=2f5f50c25ec1c92fdfb783cd95cb57f0cb20642b
parent 961fb96b
...@@ -1085,6 +1085,7 @@ int gettimeofday(struct timeval *tp, void *tzp); ...@@ -1085,6 +1085,7 @@ int gettimeofday(struct timeval *tp, void *tzp);
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment