diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-09-13 16:43:35 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-09-13 16:44:07 -0400 |
commit | 5a53916f0e51f02aab6d892c87310e5730abce5c (patch) | |
tree | 790945ca3e388417685dde5d2f100f3d3fdba83f /watch-library/hw/driver_init.h | |
parent | 5cd6b1afc7cacbe3479fd57305ce71ac25e42759 (diff) | |
download | Sensor-Watch-5a53916f0e51f02aab6d892c87310e5730abce5c.tar.gz Sensor-Watch-5a53916f0e51f02aab6d892c87310e5730abce5c.tar.bz2 Sensor-Watch-5a53916f0e51f02aab6d892c87310e5730abce5c.zip |
first steps toward supporting alternate board pinouts
Diffstat (limited to 'watch-library/hw/driver_init.h')
-rw-r--r-- | watch-library/hw/driver_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" { |