From fb61dce20902c8494a61788334fb97603fccef2f Mon Sep 17 00:00:00 2001 From: cnlohr <lohr85@gmail.com> Date: Fri, 28 Apr 2023 06:07:44 -0400 Subject: [PATCH] No we really do need the interrupt property. --- examples/ws2812bdemo/ws2812b_dma_spi_led_driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ws2812bdemo/ws2812b_dma_spi_led_driver.h b/examples/ws2812bdemo/ws2812b_dma_spi_led_driver.h index 9543a81..15a62d3 100644 --- a/examples/ws2812bdemo/ws2812b_dma_spi_led_driver.h +++ b/examples/ws2812bdemo/ws2812b_dma_spi_led_driver.h @@ -120,6 +120,7 @@ static void WS2812FillBuffSec( uint16_t * ptr, int numhalfwords, int tce ) WS2812LEDPlace = place; } +void DMA1_Channel3_IRQHandler( void ) __attribute__((interrupt)); void DMA1_Channel3_IRQHandler( void ) { //GPIOD->BSHR = 1; // Turn on GPIOD0 for profiling -- GitLab