stm32_freertos_template/callbacks.c

13 lines
185 B
C

void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed char *pcTaskName )
{
while(1)
__asm("nop");
}
void I2CBusErrorCallback(I2C_TypeDef *port, uint8_t addr)
{
}