We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c91d6 commit 1c9cadbCopy full SHA for 1c9cadb
tests/test_uni_hid_device.c
@@ -2,6 +2,10 @@
2
#include <stdio.h>
3
#include <string.h>
4
5
+#include <btstack_memory.h>
6
+#include <btstack_run_loop.h>
7
+#include <btstack_run_loop_posix.h>
8
+
9
#include "platform/uni_platform.h"
10
#include "uni_hid_device.h"
11
@@ -84,10 +88,6 @@ static void test_device_properties(void) {
84
88
printf("PASS\n");
85
89
}
86
90
87
-#include <btstack_memory.h>
-#include <btstack_run_loop.h>
-#include <btstack_run_loop_posix.h>
-
91
int main(int argc, char** argv) {
92
// Initialize btstack run loop
93
btstack_memory_init();
0 commit comments