Skip to content

Commit

Permalink
tests/pkg/cayenne-lpp: Remove clang condition
Browse files Browse the repository at this point in the history
As in the previous commit, the floats are handled the same clang or not.
  • Loading branch information
MrKevinWeiss committed Aug 1, 2023
1 parent 96d7612 commit 63f89b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/pkg/cayenne-lpp/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
#include "cayenne_lpp.h"

#define TEST_BUFFER1 { 0x03, 0x67, 0x01, 0x10, 0x05, 0x67, 0x00, 0xff }
#if defined(BOARD_NATIVE) && !defined(__clang__) /* clang uses same floating
* point handling as GCC
* with cross compiling */
#if defined(BOARD_NATIVE)
#define TEST_BUFFER2 { 0x01, 0x67, 0xFF, 0xD8, \
0x06, 0x71, 0x04, 0xD1, 0xFB, 0x2F, 0x00, 0x00 }
#else
Expand Down

0 comments on commit 63f89b0

Please sign in to comment.