From 2fd6228d6012c189aad64f10b6cf4c1ac3cd88ba Mon Sep 17 00:00:00 2001 From: cerob Date: Mon, 21 Jun 2021 18:52:26 +0300 Subject: [PATCH] Update include statements for local-first search --- src/Key.cpp | 2 +- src/Keypad.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Key.cpp b/src/Key.cpp index 4c9718d..a3cfead 100644 --- a/src/Key.cpp +++ b/src/Key.cpp @@ -27,7 +27,7 @@ || # || */ -#include +#include "Key.h" // default constructor diff --git a/src/Keypad.cpp b/src/Keypad.cpp index f146a6d..3bce822 100644 --- a/src/Keypad.cpp +++ b/src/Keypad.cpp @@ -29,7 +29,7 @@ || # || */ -#include +#include "Keypad.h" // <> Allows custom keymap, pin configuration, and keypad sizes. Keypad::Keypad(char *userKeymap, byte *row, byte *col, byte numRows, byte numCols) {