Commit d0160f0
When DEBUG is defined, fix multiple definiiton of
Fixes several errors like this one when DEBUG is defined:
circuits_uart/obj/util.o:(.bss+0x0): multiple definition of `log_location'; circuits_uart/obj/uart_comm_unix.o:(.bss+0x0): first defined herelog_location
1 parent 5cf365b commit d0160f0
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments