Skip to content

Commit a56d87e

Browse files
committed
Merge branch 'master' of https://github.com/DL7AD/pecanpico10
2 parents 79cfbef + 6b9798c commit a56d87e

File tree

7 files changed

+577
-612
lines changed

7 files changed

+577
-612
lines changed

tracker/software/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int main(void) {
1616
pktConfigureCoreIO();
1717

1818
/* Setup the mutex for trace output. */
19-
//DEBUG_INIT();
19+
debug_init();
2020

2121
#if ACTIVATE_CONSOLE
2222
/* Start console. */
@@ -33,7 +33,7 @@ int main(void) {
3333
chDbgAssert(pkt == true, "failed to init packet system");
3434

3535
/* Start serial debug channel(s) if selected. */
36-
pktSerialStart();
36+
//pktSerialStart();
3737

3838
/*
3939
* Create a packet radio service.

0 commit comments

Comments
 (0)