From cee779033fb652a7e39a1cc03ef4b7a80e6b6f86 Mon Sep 17 00:00:00 2001 From: Francisco Molina 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