1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #9681 from miri64/tests/fix/cayenne-lpp-llvm

tests: fix cayenne-lpp test for LLVM
This commit is contained in:
Gaëtan Harter 2018-08-02 16:07:27 +02:00 committed by GitHub
commit 0a4a359555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,9 @@
#include "cayenne_lpp.h"
#define TEST_BUFFER1 { 0x03, 0x67, 0x01, 0x10, 0x05, 0x67, 0x00, 0xff }
#ifdef BOARD_NATIVE
#if defined(BOARD_NATIVE) && !defined(__clang__) /* clang uses same floating
* point handling as GCC
* with cross compiling */
#define TEST_BUFFER2 { 0x01, 0x67, 0xFF, 0xD8, \
0x06, 0x71, 0x04, 0xD1, 0xFB, 0x2F, 0x00, 0x00 }
#else