Skip to content

Commit

Permalink
use ARDUINO_NRF52_ADAFRUIT instead of ARDUINO_ARCH_NRF52
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jul 6, 2021
1 parent 2611644 commit a59b5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#if defined(ARDUINO_ARCH_SAMD)
#include "arduino/ports/samd/tusb_config_samd.h"

#elif defined(ARDUINO_ARCH_NRF52)
#elif defined(ARDUINO_NRF52_ADAFRUIT)
#include "arduino/ports/nrf/tusb_config_nrf.h"

#elif defined(ARDUINO_ARCH_RP2040)
Expand Down

0 comments on commit a59b5e6

Please sign in to comment.