1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 20:32:43 +01:00
RIOT/pkg/openwsn/patches/0009-inc-check_config-skip-checking-board-unused-in-RIOT.patch
2020-09-10 08:58:31 +02:00

26 lines
753 B
Diff

From cee779033fb652a7e39a1cc03ef4b7a80e6b6f86 Mon Sep 17 00:00:00 2001
From: Francisco Molina <femolina@uc.cl>
Date: Fri, 24 Jul 2020 15:42:05 +0200
Subject: [PATCH 9/9] inc/check_config: skip checking board, unused in RIOT
---
inc/check_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inc/check_config.h b/inc/check_config.h
index f50b9e7c..68aea646 100644
--- a/inc/check_config.h
+++ b/inc/check_config.h
@@ -17,7 +17,7 @@
!defined(IOTLAB_A8_M3) && \
!defined(SAMR21_XPRO) && \
!defined(NRF52840)
-#error 'Board name must be specified to check for configuration errors'
+// #error 'Board name must be specified to check for configuration errors'
#endif
#if (defined(OPENMOTE_CC2538) || \
--
2.28.0