Skip to content

Commit

Permalink
Fix x10-transceiver build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 30, 2023
1 parent 929c542 commit 4de9c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/x10-transceiver/api/X10Handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
#ifndef HOMEGENIE_MINI_X10APIHANDLER_H
#define HOMEGENIE_MINI_X10APIHANDLER_H

#include "HomeGenie.h"
#include <HomeGenie.h>
#include <Utility.h>

#include "../configuration.h"
#include "../io/X10Message.h"
Expand Down
1 change: 1 addition & 0 deletions examples/x10-transceiver/io/RFReceiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define HOMEGENIE_MINI_X10_RFRECEIVER_H_

#include <HomeGenie.h>
#include <Utility.h>

#include "RFReceiverConfig.h"

Expand Down

0 comments on commit 4de9c94

Please sign in to comment.