Skip to content

Commit

Permalink
fix: changed include order
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Sep 1, 2024
1 parent 3bc51f7 commit 81e6ab6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deploii.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
#define Deploii_h

#include "Arduino.h"
#include "./handler/deploii_handler.h"

#include <MsgPack.h>
#include "./handler/deploii_handler.h"

enum class Medium {
None,
Expand Down

0 comments on commit 81e6ab6

Please sign in to comment.