MaJerle / stm32fxxx-hal-libraries

Libraries for STM32F4xx and STM32F7xx built on HAL drivers from ST
MIT License
752 stars 432 forks source link

Fixed tm_stm32_nrf24l01.c #8

Closed burakenez closed 8 years ago

burakenez commented 8 years ago

Fixed:

error: #20: identifier "NRF24L01_CLEAR_INTERRUPTS" is undefined

warning: #940-D: missing return statement at end of non-void function "TM_NRF24L01_Read_Interrupts"

MaJerle commented 8 years ago

Thanks for this.