We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284339d commit c8a849bCopy full SHA for c8a849b
examples/light-switch-app/silabs/include/AppEvent.h
@@ -19,6 +19,8 @@
19
20
#pragma once
21
22
+#include <cstdint>
23
+
24
struct AppEvent;
25
typedef void (*EventHandler)(AppEvent *);
26
0 commit comments