introduce record.h compatibility header file

Origin commit data
------------------
Commit: 53612d7225
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- introduce record.h compatibility header file
This commit is contained in:
vanhofen
2018-12-22 10:06:47 +01:00
parent a681e07689
commit ec3d0c802d
2 changed files with 9 additions and 6 deletions

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

@@ -0,0 +1,8 @@
#if HAVE_COOL_HARDWARE
#include <record_cs.h>
#elif USE_STB_HAL
#include <record_hal.h>
#else
#error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.
#error do you need to include config.h?
#endif