From a9d227c2b7a76ebe93e6f142207bf71688e16ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8F?= Date: Sun, 18 Apr 2021 13:47:14 +0300 Subject: [PATCH] [FL-1150] RFAL: fix start without NFC board (#414) --- lib/ST25RFAL002/platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ST25RFAL002/platform.h b/lib/ST25RFAL002/platform.h index 9c01ccfc..96f657f8 100644 --- a/lib/ST25RFAL002/platform.h +++ b/lib/ST25RFAL002/platform.h @@ -77,7 +77,6 @@ void platformUnprotectST25RComm(); #define platformGetSysTick() osKernelGetTickCount() /*!< Get System Tick (1 tick = 1 ms) */ #define platformAssert( exp ) assert_param( exp ) /*!< Asserts whether the given expression is true*/ -#define platformErrorHandle() Error_Handler() /*!< Global error handle\trap */ #define platformSpiSelect() platformGpioClear( ST25R_SS_PORT, ST25R_SS_PIN ) /*!< SPI SS\CS: Chip|Slave Select */ #define platformSpiDeselect() platformGpioSet( ST25R_SS_PORT, ST25R_SS_PIN ) /*!< SPI SS\CS: Chip|Slave Deselect */