Skip to content

Commit

Permalink
test: pkg: special cases for native32 only
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Dec 21, 2024
1 parent 06a5511 commit f079269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pkg/cayenne-lpp/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "cayenne_lpp.h"

#define TEST_BUFFER1 { 0x03, 0x67, 0x01, 0x10, 0x05, 0x67, 0x00, 0xff }
#if defined(BOARD_NATIVE)
#if defined(BOARD_NATIVE32)
#define TEST_BUFFER2 { 0x01, 0x67, 0xFF, 0xD8, \
0x06, 0x71, 0x04, 0xD1, 0xFB, 0x2F, 0x00, 0x00 }
#else
Expand Down
2 changes: 1 addition & 1 deletion tests/pkg/lora-serialization/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stdio.h>
#include "lora_serialization.h"

#if defined(BOARD_NATIVE)
#if defined(BOARD_NATIVE32)
#define TEST_01_EXPECTED { 0x1f, 0x4c, 0x0e, 0x27 }
#define TEST_02_EXPECTED { 0x65, 0xa6, 0xfa, 0xfd, \
0x6a, 0x24, 0x04, 0x09, \
Expand Down

0 comments on commit f079269

Please sign in to comment.