Skip to content

Commit

Permalink
Correct include structure
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jan 28, 2020
1 parent ddab0c9 commit 00e1e2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/wooting-rgb-sdk.c
Expand Up @@ -7,7 +7,6 @@
*/
#include "stdbool.h"
#include "stdint.h"
#include "wooting-usb.h"
#include "wooting-rgb-sdk.h"

#define NOLED 255
Expand Down
4 changes: 1 addition & 3 deletions src/wooting-rgb-sdk.h
Expand Up @@ -24,9 +24,7 @@ extern "C" {

#include "stdint.h"
#include "stdbool.h"

typedef void(*void_cb)(void);

#include "wooting-usb.h"

/** @brief Check if keyboard connected.
Expand Down

0 comments on commit 00e1e2a

Please sign in to comment.