Skip to content

Commit 12b80d6

Browse files
committed
Trivial refactoring.
1 parent f8625fe commit 12b80d6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

thing/src/thing.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#include <string.h>
33
#include <stdio.h>
44

5-
#include "debug.h"
6-
#include "tuxp.h"
75
#include "thing.h"
86

97
static void (*reset)() = NULL;

thing/src/thing.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <stdint.h>
55
#include <stdbool.h>
66

7-
#include "things_tiny_id.h"
8-
#include "protocols.h"
7+
#include "debug.h"
8+
#include "tuxp.h"
99

1010
#define THING_ERROR_LACK_OF_HOOKS -1
1111
#define THING_ERROR_INITIALIZE_RADIO -2

thing/tests/thing_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "unity.h"
55

6-
#include "debug.h"
7-
#include "tuxp.h"
86
#include "thing.h"
97

108
static const ProtocolName NAME_PROTOCOL_FLASH = {{0xf7, 0x01}, 0x00};

0 commit comments

Comments
 (0)