From e6e3c8e4546f5190af192f29249f43608badb6dc Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Wed, 1 May 2013 23:41:23 +0200 Subject: [PATCH] Missing UT_IREAL_SWAPPED --- tests/unit-test.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit-test.h.in b/tests/unit-test.h.in index 85fe877..ba12b90 100644 --- a/tests/unit-test.h.in +++ b/tests/unit-test.h.in @@ -1,5 +1,5 @@ /* - * Copyright © 2008-2011 Stéphane Raimbault + * Copyright © 2008-2013 Stéphane Raimbault * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,5 +63,6 @@ const uint16_t UT_INPUT_REGISTERS_TAB[] = { 0x000A }; const float UT_REAL = 916.540649; const uint32_t UT_IREAL = 0x4465229a; +const uint32_t UT_IREAL_SWAPPED = 0x9a226544; #endif /* _UNIT_TEST_H_ */ -- libgit2 0.21.4