Files
recycled-ni-neutrino/lib/hardware/ca.h
vanhofen 91d49e3fc5 introduce ca.h compatibility header file
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ff464ad79
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- introduce ca.h compatibility header file

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

------------------
This commit was generated by Migit
2018-12-22 20:17:23 +01:00

9 lines
192 B
C

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