We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676527a commit e33c48bCopy full SHA for e33c48b
api/Interrupts.h
@@ -5,7 +5,6 @@
5
#include <stdlib.h>
6
#include <stdbool.h>
7
#include <stdint.h>
8
-#include "Common.h"
9
10
template <typename T>
11
using voidTemplateFuncPtrParam = void (*)(T param);
api/Stream.cpp
@@ -22,9 +22,10 @@
22
findMulti/findUntil routines written by Jim Leonard/Xuth
23
*/
24
25
26
#include "Stream.h"
27
+#include "WTime.h"
28
+
29
#define PARSE_TIMEOUT 1000 // default number of milli-seconds to wait
30
31
// private method to read stream with timeout
0 commit comments