Explorar o código

[FL-1150] RFAL: fix start without NFC board (#414)

あく %!s(int64=4) %!d(string=hai) anos
pai
achega
a9d227c2b7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/ST25RFAL002/platform.h

+ 0 - 1
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              */