refactor watch UART for gossamer

This commit is contained in:
joeycastillo
2024-10-08 17:23:08 -04:00
parent b7fbc7420b
commit cdcb612432
5 changed files with 54 additions and 94 deletions

View File

@@ -69,7 +69,7 @@ typedef void (*watch_cb_t)(void);
#include "watch_gpio.h"
// #include "watch_i2c.h"
// #include "watch_spi.h"
// #include "watch_uart.h"
#include "watch_uart.h"
#include "watch_storage.h"
#include "watch_deepsleep.h"