get rid of dmx_td.h include, use dmx_hal.h instead

This commit is contained in:
Stefan Seyfried
2015-02-06 20:16:50 +01:00
parent e0f8cddeed
commit 3ed6033af9
3 changed files with 4 additions and 9 deletions

View File

@@ -32,8 +32,8 @@
#if HAVE_COOL_HARDWARE
#include <dmx_cs.h>
#endif
#if HAVE_TRIPLEDRAGON || USE_STB_HAL
#include <dmx_td.h>
#if USE_STB_HAL
#include <dmx_hal.h>
#endif
#include <zapit/types.h>