From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- spectro/insttypeinst.h | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) (limited to 'spectro/insttypeinst.h') diff --git a/spectro/insttypeinst.h b/spectro/insttypeinst.h index 8ed93d8..a55c3d4 100644 --- a/spectro/insttypeinst.h +++ b/spectro/insttypeinst.h @@ -9,18 +9,31 @@ * see the License2.txt file for licencing details. */ -#include "dtp20.h" -#include "dtp22.h" -#include "dtp41.h" -#include "dtp51.h" -#include "dtp92.h" -#include "ss.h" -#include "i1disp.h" -#include "i1d3.h" -#include "i1pro.h" -#include "munki.h" -#include "hcfr.h" -#include "spyd2.h" -#include "huey.h" -#include "specbos.h" -#include "colorhug.h" + +#ifdef ENABLE_SERIAL +# include "dtp22.h" +# include "dtp41.h" +# include "dtp51.h" +# include "ss.h" +#endif + +#ifdef ENABLE_FAST_SERIAL +# include "specbos.h" +# include "kleink10.h" +#endif + +#ifdef ENABLE_USB +# include "dtp20.h" +# include "dtp92.h" +# include "i1disp.h" +# include "i1d3.h" +# include "i1pro.h" +# include "munki.h" +# include "spyd2.h" +# include "huey.h" +# include "ex1.h" +# include "hcfr.h" +# include "colorhug.h" +#endif + + -- cgit v1.2.3