Files
recycled-ni-neutrino/lib/hardware/dmx.h
vanhofen 3060fd2a1e acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
Origin commit data
------------------
Branch: ni/coolstream
Commit: b00ccf15a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-28 (Sat, 28 Jan 2023)

Origin message was:
------------------
- acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL

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

------------------
This commit was generated by Migit
2023-01-28 12:06:17 +01:00

9 lines
200 B
C

#if HAVE_CST_HARDWARE
#include <dmx_cs.h>
#elif HAVE_LIBSTB_HAL
#include <dmx_hal.h>
#else
#error neither HAVE_CST_HARDWARE nor HAVE_LIBSTB_HAL defined.
#error do you need to include config.h?
#endif