wiced: fix build

This commit is contained in:
Matthias Ringwald 2017-05-02 18:16:08 +02:00
parent 86a86a65d4
commit 0a11ef3822
4 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ NAME := EXAMPLE
GLOBAL_INCLUDES += .
$(NAME)_SOURCES := ../../../libraries/btstack/example/EXAMPLE.c
$(NAME)_COMPONENTS += btstack/port/wiced
$(NAME)_COMPONENTS += btstack/port/wiced-h4
$(NAME)_CFLAGS += ADDITIONAL_CFLAGS
'''

View File

@ -19,7 +19,7 @@ NAME := EXAMPLE
GLOBAL_INCLUDES += .
$(NAME)_SOURCES := ../../../libraries/btstack/example/EXAMPLE.c
$(NAME)_COMPONENTS += btstack/port/wiced
$(NAME)_COMPONENTS += btstack/port/wiced-h5
$(NAME)_CFLAGS += ADDITIONAL_CFLAGS
'''