Skip to content

Commit 97c6088

Browse files
committed
fix compilation?
1 parent db017c7 commit 97c6088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Multiprotocol/E01X_cyrf6936.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#if defined(E01X_CYRF6936_INO)
1818

19-
#include "iface_HS6200.h"
19+
#include "iface_hs6200.h"
2020

2121
//Protocols constants
2222
#define E01X_BIND_COUNT 500

Multiprotocol/HS6200_EMU.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
1414
*/
1515
#ifdef CYRF6936_INSTALLED
16-
#include "iface_HS6200.h"
16+
#include "iface_hs6200.h"
1717

1818
static bool HS6200_crc;
1919
static uint16_t HS6200_crc_init;

0 commit comments

Comments
 (0)