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 f8625fe commit 12b80d6Copy full SHA for 12b80d6
thing/src/thing.c
@@ -2,8 +2,6 @@
2
#include <string.h>
3
#include <stdio.h>
4
5
-#include "debug.h"
6
-#include "tuxp.h"
7
#include "thing.h"
8
9
static void (*reset)() = NULL;
thing/src/thing.h
@@ -4,8 +4,8 @@
#include <stdint.h>
#include <stdbool.h>
-#include "things_tiny_id.h"
-#include "protocols.h"
+#include "debug.h"
+#include "tuxp.h"
10
#define THING_ERROR_LACK_OF_HOOKS -1
11
#define THING_ERROR_INITIALIZE_RADIO -2
thing/tests/thing_test.c
@@ -3,8 +3,6 @@
#include "unity.h"
static const ProtocolName NAME_PROTOCOL_FLASH = {{0xf7, 0x01}, 0x00};
0 commit comments