From 5b21858b1090310d55eba2c4801d77f72402f12b Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 19 Apr 2018 21:45:00 +0200 Subject: [PATCH] stm32-f103rb-nucleo: fix typo --- port/stm32-f103rb-nucleo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/port/stm32-f103rb-nucleo/Makefile b/port/stm32-f103rb-nucleo/Makefile index 52d2c19e8..8dda7952e 100644 --- a/port/stm32-f103rb-nucleo/Makefile +++ b/port/stm32-f103rb-nucleo/Makefile @@ -31,6 +31,7 @@ COMMON = \ rfcomm.c \ sdp_client_rfcomm.c \ btstack_util.c \ + btstack_crypto.c \ btstack_tlv.c \ hci.c \ hci_cmd.c \