From f335354c9acd8ff39510252f42207d6672114d46 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 19 9æ 2013 18:50:49 +0800 Subject: [PATCH] Resolve issue with space between commands --- libscpi/inc/scpi/types.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libscpi/inc/scpi/types.h b/libscpi/inc/scpi/types.h index 295009c..dff7991 100644 --- a/libscpi/inc/scpi/types.h +++ b/libscpi/inc/scpi/types.h @@ -1,5 +1,7 @@ /*- - * Copyright (c) 2012-2013 Jan Breuer, + * Copyright (c) 2013 Jan Breuer + * Richard.hmm + * Copyright (c) 2012 Jan Breuer * * All Rights Reserved * @@ -135,7 +137,8 @@ SCPI_UNIT_OHM, SCPI_UNIT_HERTZ, SCPI_UNIT_CELSIUS, - SCPI_UNIT_SECONDS + SCPI_UNIT_SECONDS, + SCPI_UNIT_DISTANCE }; typedef enum _scpi_unit_t scpi_unit_t; -- Gitblit v1.9.1