1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

cpu/atmega256rfr2/Kconfig: select default transceiver

This commit is contained in:
Jose Alamos 2022-12-12 14:19:07 +01:00
parent c5b4620679
commit 48e8953beb
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -15,6 +15,7 @@ config CPU_MODEL_ATMEGA256RFR2
select CPU_FAM_ATMEGA256RF
select HAS_ATMEGA_PCINT1
select HAS_CPU_ATMEGA256RFR2
select HAVE_AT86RFR2
## Definition of specific features
config HAS_CPU_ATMEGA256RFR2