From: Joey Castillo Date: Thu, 17 Feb 2022 16:59:19 +0000 (-0500) Subject: move pins.h include to watch.h X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=15cbe0941031a8f20d76072d05212d854980a49f;p=sensor-watch.git move pins.h include to watch.h --- diff --git a/watch-library/hardware/main.c b/watch-library/hardware/main.c index 1fe751e..eb372cc 100755 --- a/watch-library/hardware/main.c +++ b/watch-library/hardware/main.c @@ -30,7 +30,6 @@ #include #include "saml22.h" #include "hal_init.h" -#include "pins.h" #include "watch.h" #include "tusb.h" diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h index b84ada2..ce85eed 100644 --- a/watch-library/shared/watch/watch.h +++ b/watch-library/shared/watch/watch.h @@ -28,6 +28,7 @@ #include #include #include "driver_init.h" +#include "pins.h" /** @mainpage Sensor Watch Documentation * @brief This documentation covers most of the functions you will use to interact with the Sensor Watch