From 9fa36c9eb1bb294c58b4e4dd7592893f829ce282 Mon Sep 17 00:00:00 2001 From: Justin Fichtner <Justin.Fichtner@lakeshore.com> Date: 周一, 14 8月 2017 23:36:13 +0800 Subject: [PATCH] Add support for STATus:OPERation:CONDition register and general handling of condition registers --- libscpi/inc/scpi/scpi.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/libscpi/inc/scpi/scpi.h b/libscpi/inc/scpi/scpi.h index f511213..ee07b1a 100644 --- a/libscpi/inc/scpi/scpi.h +++ b/libscpi/inc/scpi/scpi.h @@ -44,8 +44,7 @@ #include "scpi/minimal.h" #include "scpi/units.h" #include "scpi/utils.h" - - +#include "scpi/expression.h" #endif /* SCPI_H */ -- Gitblit v1.9.1