From: Nathael Pajani Date: Thu, 9 Feb 2023 01:45:14 +0000 (+0100) Subject: Update symlink to dtplug protocol def and Makefile X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=d6459affc9d00d5631e45c13e768d87ef195f42b;p=soft%2Flpc122x%2Frfsub1GHz Update symlink to dtplug protocol def and Makefile --- diff --git a/host/lighthouse/Makefile b/host/lighthouse/Makefile index e67cea7..fdafb8f 100644 --- a/host/lighthouse/Makefile +++ b/host/lighthouse/Makefile @@ -1,7 +1,7 @@ #CROSS_COMPILE ?= arm-linux-gnueabihf- CC = $(CROSS_COMPILE)gcc -CFLAGS = -Wall -O2 -Wextra +CFLAGS = -Wall -O2 -Wextra -DHOST_HAS_STDINT EXEC = protocol_bridge diff --git a/host/lighthouse/dtplug_protocol_defs.h b/host/lighthouse/dtplug_protocol_defs.h index 1c863aa..62c8622 120000 --- a/host/lighthouse/dtplug_protocol_defs.h +++ b/host/lighthouse/dtplug_protocol_defs.h @@ -1 +1 @@ -../../include/lib/protocols/dtplug/defs.h \ No newline at end of file +../../../../include/lib/protocols/dtplug/defs.h \ No newline at end of file