Skip to content
Snippets Groups Projects
Commit fca46007 authored by Georg von Zengen's avatar Georg von Zengen
Browse files

dw1000: moved GPIO IRQ to dw1000 HAL

parent 97e7178a
No related branches found
No related tags found
No related merge requests found
......@@ -251,3 +251,9 @@ void HAL_SPI_TxCpltCallback(SPI_HandleTypeDef *hspi)
spiCallback(HAL_ERROR, 0, hspi->TxXferSize);
}
}
void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment