Make flash libraries inclusion exclusive to NRF52

This commit is contained in:
jacob.eva 2024-01-20 10:46:38 +00:00
parent 381d40c4f5
commit 477c6d0385
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
7 changed files with 11 additions and 11 deletions

View file

@ -77,7 +77,7 @@
#elif defined(ESP32)
#define PLATFORM PLATFORM_ESP32
#define MCU_VARIANT MCU_ESP32
#elif defined(nRF52)
#elif defined(NRF52840_XXAA)
#define PLATFORM PLATFORM_NRF52
#define MCU_VARIANT MCU_NRF52
#else