1 parent 3c5178e commit 8485667Copy full SHA for 8485667
1 file changed
tests/unit-test.h.in
@@ -27,8 +27,8 @@
27
#define SERVER_ID 17
28
#define INVALID_SERVER_ID 18
29
30
+#define UT_BITS_NB 0x25
31
const uint16_t UT_BITS_ADDRESS = 0x130;
-const uint16_t UT_BITS_NB = 0x25;
32
const uint8_t UT_BITS_TAB[] = { 0xCD, 0x6B, 0xB2, 0x0E, 0x1B };
33
const uint16_t UT_BITS_ADDRESS_INVALID_REQUEST_LENGTH = UT_BITS_ADDRESS + 2;
34
0 commit comments