From 5a53916f0e51f02aab6d892c87310e5730abce5c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 13 Sep 2021 16:43:35 -0400 Subject: first steps toward supporting alternate board pinouts --- watch-library/hw/driver_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch-library/hw/driver_init.h') diff --git a/watch-library/hw/driver_init.h b/watch-library/hw/driver_init.h index a6a3b565..6780e20d 100644 --- a/watch-library/hw/driver_init.h +++ b/watch-library/hw/driver_init.h @@ -8,7 +8,7 @@ #ifndef DRIVER_INIT_INCLUDED #define DRIVER_INIT_INCLUDED -#include "atmel_start_pins.h" +#include "pins.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3