From e23fb6d20ddcd15e3a511d75a377b68fdd7fef0d Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 24 4月 2016 22:16:50 +0800
Subject: [PATCH] Merge branch 'feature/SCPI_99_21_8_Device_dependent_error_information_73' and solve #73

---
 libscpi/src/units.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libscpi/src/units.c b/libscpi/src/units.c
index b13b467..47c7f9e 100644
--- a/libscpi/src/units.c
+++ b/libscpi/src/units.c
@@ -63,7 +63,7 @@
  * units definition IEEE 488.2-1992 tab 7-1
  */
 const scpi_unit_def_t scpi_units_def[] = {
-#if USE_UNITS_PARICLES
+#if USE_UNITS_PARTICLES
     /* Absorbet dose */
     {/* name */ "GY", /* unit */ SCPI_UNIT_GRAY, /* mult */ 1},
 
@@ -90,7 +90,7 @@
 
     /* Mass */
     {/* name */ "U", /* unit */ SCPI_UNIT_ATOMIC_MASS, /* mult */ 1},
-#endif /* USE_UNITS_PARICLES */
+#endif /* USE_UNITS_PARTICLES */
 
 #if USE_UNITS_ANGLE
     /* Angle */

--
Gitblit v1.9.1