Skip to content

Commit

Permalink
[conf] aspirin_v2.2: don't set USE_SPI_SLAVE1 by default
Browse files Browse the repository at this point in the history
since most lpc based boards only have one SlaveSelct line (e.g. tiny,twog,yapa, ...)
  • Loading branch information
flixr committed Sep 16, 2013
1 parent 2a2287a commit 7dda3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/firmwares/subsystems/shared/imu_aspirin_v2.2.makefile
Expand Up @@ -47,7 +47,7 @@ include $(CFG_SHARED)/imu_aspirin_v2_common.makefile
# so that it will be unselected at init (baro CS line high)
#
ifeq ($(ARCH), lpc21)
IMU_ASPIRIN_2_CFLAGS += -DUSE_SPI_SLAVE1
#IMU_ASPIRIN_2_CFLAGS += -DUSE_SPI_SLAVE1
else ifeq ($(ARCH), stm32)
# SLAVE3 is on PC13, which is the baro CS
IMU_ASPIRIN_2_CFLAGS += -DUSE_SPI_SLAVE3
Expand Down

0 comments on commit 7dda3e0

Please sign in to comment.