- move playback.h compatibility header file to the other ones

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-22 20:17:24 +01:00
committed by Thilo Graf
parent 3609199c92
commit 9a807b7741
4 changed files with 9 additions and 3 deletions

View File

@@ -1 +0,0 @@
#include "playback_cs.h"

View File

@@ -1 +0,0 @@
#include "playback_cs.h"

8
lib/hardware/playback.h Normal file
View File

@@ -0,0 +1,8 @@
#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