From 15cbe0941031a8f20d76072d05212d854980a49f Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 17 Feb 2022 11:59:19 -0500 Subject: move pins.h include to watch.h --- watch-library/shared/watch/watch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'watch-library/shared') diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h index b84ada29..ce85eed3 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 -- cgit v1.2.3