1
0
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:
MrKevinWeiss 2023-08-01 07:56:15 +02:00
parent c4a1802a9f
commit 96d76125b4
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -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, \