Removed unused lib_device_control dependency from AN00246

This commit is contained in:
xross
2022-10-25 18:52:59 +01:00
parent 155dc9a21a
commit 3fff130e4e

View File

@@ -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