From 2ef57735b02de98a0525b017e3721921891abb4d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 23 Oct 2017 16:38:44 +0200 Subject: [PATCH] btstack_tlv: add btstack_tlv registry to all examples --- example/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/example/Makefile.inc b/example/Makefile.inc index 02800e869..8935e9c2c 100644 --- a/example/Makefile.inc +++ b/example/Makefile.inc @@ -35,6 +35,7 @@ COMMON += \ hci_dump.c \ l2cap.c \ l2cap_signaling.c \ + btstack_tlv.c \ CLASSIC += \ btstack_link_key_db_memory.c \