summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/arm_atsam/arm_atsam_protocol.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-10-22 00:49:38 +0100
committerGitHub <noreply@github.com>2021-10-22 00:49:38 +0100
commit1b1f3ec68ee1e7abe436a46bcfedf30f21330aef (patch)
treebbb7e0dd548773b6c1ead6275a4bafc1910c444a /tmk_core/protocol/arm_atsam/arm_atsam_protocol.h
parent1b93d576f84822d0f4947179ee49f614ba345f12 (diff)
Split out arm_atsam shift register logic (#14848)
Diffstat (limited to 'tmk_core/protocol/arm_atsam/arm_atsam_protocol.h')
-rw-r--r--tmk_core/protocol/arm_atsam/arm_atsam_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/arm_atsam_protocol.h b/tmk_core/protocol/arm_atsam/arm_atsam_protocol.h
index d126c66e7d..c3eab39fb1 100644
--- a/tmk_core/protocol/arm_atsam/arm_atsam_protocol.h
+++ b/tmk_core/protocol/arm_atsam/arm_atsam_protocol.h
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "wait.h"
#include "adc.h"
#include "i2c_master.h"
-#include "spi.h"
+#include "shift_register.h"
#include "./usb/usb2422.h"