]> git.earman.xyz Git - sensor-watch.git/commitdiff
move pins.h include to watch.h
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Feb 2022 16:59:19 +0000 (11:59 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Feb 2022 16:59:19 +0000 (11:59 -0500)
watch-library/hardware/main.c
watch-library/shared/watch/watch.h

index 1fe751ef67cbcc8d12ee2298cc3823fac2d98ec1..eb372cc4ad8ef863106fe1a50f5e3f612f65ec7b 100755 (executable)
@@ -30,7 +30,6 @@
 #include <stdio.h>
 #include "saml22.h"
 #include "hal_init.h"
-#include "pins.h"
 #include "watch.h"
 #include "tusb.h"
 
index b84ada29d130ff7aa68b1cdbb23ab91637cb2911..ce85eed39653d1b98ab0f2d184b2d7ff8af0fb4d 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 #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