adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
189 stars 118 forks source link

fix build with nrf52840 #66

Closed hathach closed 2 years ago

hathach commented 2 years ago

Fix build with nrf52840, root cause is NRF52 is only defined for nrf52832. The common macro for both 832 and 840 is NRF52_SERIES. fix #https://github.com/adafruit/RadioHead/issues/65

TODO: to prevent build issue, I will make an pr to add github action for this repo after this one.

ladyada commented 2 years ago

thanks!