mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:16:05 +08:00
LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek
This commit is contained in:
@@ -7304,3 +7304,5 @@
|
||||
Framework to support Pascal P-Code as a binary format. At present this
|
||||
logic is incomplete and really nothing more than a thought experiment
|
||||
to determine the feasibility of the P-code binary format (2014-5-7).
|
||||
* drivers/sensors/Make.defs: Correct build dependency. Sourceforge
|
||||
ticket #41 from Kosma Moczek (2014-8-14).
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
ifeq ($(CONFIG_I2C),y)
|
||||
|
||||
ifeq ($(CONFIG_I2C_TRANSFER),y)
|
||||
ifeq ($(CONFIG_LIS331DL),y)
|
||||
CSRCS += lis331dl.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user