move pins.h include to watch.h

This commit is contained in:
Joey Castillo 2022-02-17 11:59:19 -05:00
parent 37f97023a5
commit 15cbe09410
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include "saml22.h"
#include "hal_init.h"
#include "pins.h"
#include "watch.h"
#include "tusb.h"

View 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