Skip to content

Commit

Permalink
Update unit-test.h.in
Browse files Browse the repository at this point in the history
fixing "initializer element is not constant" error
  • Loading branch information
chowchin authored Nov 20, 2024
1 parent bb13443 commit ff1f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-test.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const uint16_t UT_BITS_ADDRESS = 0x130;
const uint16_t UT_BITS_NB = 0x25;
const uint8_t UT_BITS_TAB[] = { 0xCD, 0x6B, 0xB2, 0x0E, 0x1B };
const uint16_t UT_BITS_ADDRESS_INVALID_REQUEST_LENGTH = UT_BITS_ADDRESS + 2;
const uint16_t UT_BITS_ADDRESS_INVALID_REQUEST_LENGTH = 0x132;

const uint16_t UT_INPUT_BITS_ADDRESS = 0x1C4;
const uint16_t UT_INPUT_BITS_NB = 0x16;
Expand Down

0 comments on commit ff1f5b4

Please sign in to comment.