Rename WS2812s to WS2812b (spelling error)

Former-commit-id: 83c92c9ef99d45b8683860f199a14952c05d0f5d
This commit is contained in:
David Brodski
2014-09-17 21:20:36 +02:00
parent 61da05e108
commit 39ddfca5c0
4 changed files with 28 additions and 28 deletions

View File

@@ -70,11 +70,11 @@ endif(ENABLE_SPIDEV)
SET(Leddevice_HEADERS
${Leddevice_HEADERS}
${CURRENT_SOURCE_DIR}/LedDeviceWS2812s.h
${CURRENT_SOURCE_DIR}/LedDeviceWS2812b.h
)
SET(Leddevice_SOURCES
${Leddevice_SOURCES}
${CURRENT_SOURCE_DIR}/LedDeviceWS2812s.cpp
${CURRENT_SOURCE_DIR}/LedDeviceWS2812b.cpp
)
if(ENABLE_TINKERFORGE)