mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
tests/pkg/lora-serialization: Remove clang condition
It seems like the differences between float handling in clang vs gnu are resolved. This condition now makes tests fail so it should be removed...
This commit is contained in:
parent
c4a1802a9f
commit
96d76125b4
@ -23,7 +23,7 @@
|
||||
#include <stdio.h>
|
||||
#include "lora_serialization.h"
|
||||
|
||||
#if defined(BOARD_NATIVE) && !defined(__clang__)
|
||||
#if defined(BOARD_NATIVE)
|
||||
#define TEST_01_EXPECTED { 0x1f, 0x4c, 0x0e, 0x27 }
|
||||
#define TEST_02_EXPECTED { 0x65, 0xa6, 0xfa, 0xfd, \
|
||||
0x6a, 0x24, 0x04, 0x09, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user