summaryrefslogtreecommitdiffstats
path: root/watch-library
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-14 19:16:18 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-14 19:16:18 -0400
commit059dcfc181d3fdf282618dd610be957e5486da43 (patch)
tree4f604f00fed3da6c3f6a42114990c8c7afa27716 /watch-library
parentefd75d25049c0ca389ddd47ba6f2e16ef540f9bc (diff)
downloadSensor-Watch-059dcfc181d3fdf282618dd610be957e5486da43.tar.gz
Sensor-Watch-059dcfc181d3fdf282618dd610be957e5486da43.tar.bz2
Sensor-Watch-059dcfc181d3fdf282618dd610be957e5486da43.zip
disable debug UART by default
Diffstat (limited to 'watch-library')
-rwxr-xr-xwatch-library/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/main.c b/watch-library/main.c
index 51cae449..b9a5320b 100755
--- a/watch-library/main.c
+++ b/watch-library/main.c
@@ -80,7 +80,7 @@ void uart_puts(char *s) {
int main(void) {
// Temporary, for debugging.
- uart_init(115200);
+ // uart_init(115200);
// ASF code. Initialize the MCU with configuration options from Atmel Studio.
init_mcu();