- lib/hardware: align to latest changes in libstb-hal repo

Signed-off-by: Thilo Graf <dbt@novatux.de>

include: fix build after libstb-hal changes
This commit is contained in:
svenhoefer
2018-12-23 22:35:01 +01:00
committed by Thilo Graf
parent 9a807b7741
commit 65523a385d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#include <cs_api.h>
#include <video_cs.h>
#elif USE_STB_HAL
#include <init_td.h>
#include <init.h>
#include <video_hal.h>
#else
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.