From 3fff130e4e6925895a1ac0c8dcc6053a9e26556e Mon Sep 17 00:00:00 2001 From: xross Date: Tue, 25 Oct 2022 18:52:59 +0100 Subject: [PATCH] Removed unused lib_device_control dependency from AN00246 --- examples/AN00246_xua_example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/AN00246_xua_example/Makefile b/examples/AN00246_xua_example/Makefile index d4c27b94..a2c5ccdf 100644 --- a/examples/AN00246_xua_example/Makefile +++ b/examples/AN00246_xua_example/Makefile @@ -13,7 +13,7 @@ XCC_FLAGS = -O3 -report \ # The USED_MODULES variable lists other module used by the application. These # modules will extend the SOURCE_DIRS, INCLUDE_DIRS and LIB_DIRS variables. # Modules are expected to be in the directory above the BASE_DIR directory. -USED_MODULES = lib_xua lib_device_control lib_xud lib_i2c +USED_MODULES = lib_xua lib_xud lib_i2c #============================================================================= # The following part of the Makefile includes the common build infrastructure