We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1e2bf commit c0a9ea1Copy full SHA for c0a9ea1
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