elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

When DEBUG is defined, fix multiple definiiton of `log_location` #157

Closed ringlej closed 1 year ago

ringlej commented 1 year ago

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 here

fhunleth commented 1 year ago

Thanks!