diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-08-14 19:16:18 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-08-14 19:16:18 -0400 |
commit | 059dcfc181d3fdf282618dd610be957e5486da43 (patch) | |
tree | 4f604f00fed3da6c3f6a42114990c8c7afa27716 /watch-library/main.c | |
parent | efd75d25049c0ca389ddd47ba6f2e16ef540f9bc (diff) | |
download | Sensor-Watch-059dcfc181d3fdf282618dd610be957e5486da43.tar.gz Sensor-Watch-059dcfc181d3fdf282618dd610be957e5486da43.tar.bz2 Sensor-Watch-059dcfc181d3fdf282618dd610be957e5486da43.zip |
disable debug UART by default
Diffstat (limited to 'watch-library/main.c')
-rwxr-xr-x | watch-library/main.c | 2 |
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(); |