Commit e6e3c8e4546f5190af192f29249f43608badb6dc

Authored by Stéphane Raimbault
1 parent b83f1082

Missing UT_IREAL_SWAPPED

Showing 1 changed file with 2 additions and 1 deletions
tests/unit-test.h.in
1 1 /*
2   - * Copyright © 2008-2011 Stéphane Raimbault <stephane.raimbault@gmail.com>
  2 + * Copyright © 2008-2013 Stéphane Raimbault <stephane.raimbault@gmail.com>
3 3 *
4 4 * This program is free software: you can redistribute it and/or modify
5 5 * 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 };
63 63  
64 64 const float UT_REAL = 916.540649;
65 65 const uint32_t UT_IREAL = 0x4465229a;
  66 +const uint32_t UT_IREAL_SWAPPED = 0x9a226544;
66 67  
67 68 #endif /* _UNIT_TEST_H_ */
... ...