Files
recycled-ni-libstb-hal/include/ca_hal.h
TangoCash fe258661a4 HD61 has ci
Origin commit data
------------------
Branch: master
Commit: b61cc635b4
Author: TangoCash <eric@loxat.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- HD61 has ci

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2020-10-03 21:02:26 +02:00

12 lines
217 B
C

#if HAVE_DUCKBOX_HARDWARE \
|| HAVE_MIPS_HARDWARE \
|| (HAVE_ARM_HARDWARE \
&& !BOXMODEL_HD60 \
&& !BOXMODEL_OSMIO4K \
&& !BOXMODEL_OSMIO4KPLUS \
)
#include "ca_ci.h"
#else
#include "ca.h"
#endif