Files
neutrino/lib/hardware/playback.h
2018-12-31 11:47:45 +01:00

9 lines
204 B
C

#if HAVE_COOL_HARDWARE
#include <playback_cs.h>
#elif USE_STB_HAL
#include <playback_hal.h>
#else
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
#error do you need to include config.h?
#endif