Skip to content

Commit 00e1e2a

Browse files
committed
Correct include structure
1 parent ddab0c9 commit 00e1e2a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/wooting-rgb-sdk.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
#include "stdbool.h"
99
#include "stdint.h"
10-
#include "wooting-usb.h"
1110
#include "wooting-rgb-sdk.h"
1211

1312
#define NOLED 255

src/wooting-rgb-sdk.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ extern "C" {
2424

2525
#include "stdint.h"
2626
#include "stdbool.h"
27-
28-
typedef void(*void_cb)(void);
29-
27+
#include "wooting-usb.h"
3028

3129
/** @brief Check if keyboard connected.
3230

0 commit comments

Comments
 (0)