Skip to content

Commit

Permalink
test: cayenne-lpp: remove special case for native
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Dec 21, 2024
1 parent e4a8748 commit 5331e97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/pkg/cayenne-lpp/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@
#include "cayenne_lpp.h"

#define TEST_BUFFER1 { 0x03, 0x67, 0x01, 0x10, 0x05, 0x67, 0x00, 0xff }
#if defined(BOARD_NATIVE)
#define TEST_BUFFER2 { 0x01, 0x67, 0xFF, 0xD8, \
0x06, 0x71, 0x04, 0xD1, 0xFB, 0x2F, 0x00, 0x00 }
#else
#define TEST_BUFFER2 { 0x01, 0x67, 0xFF, 0xD7, \
0x06, 0x71, 0x04, 0xD2, 0xFB, 0x2E, 0x00, 0x00 }
#endif
#define TEST_BUFFER3 { 0x01, 0x88, 0x06, 0x76, \
0x5E, 0xF2, 0x96, 0x0A, 0x00, 0x03, 0xE8 }

Expand Down

0 comments on commit 5331e97

Please sign in to comment.