Added missing RP2040 definition in Makefile.rtl to make sure that regenerating of Makefiles does not remove rp2040 unit

This commit is contained in:
Michael Ring 2024-03-23 21:46:49 +01:00 committed by FPK
parent b7322ae4c3
commit 6fadd49fb6
2 changed files with 2 additions and 0 deletions

View File

@ -796,6 +796,7 @@ PROFILEUNIT=profile
RASPI2UNIT=raspi2
RASPI3UNIT=raspi3
RASPIUARTUNIT=raspiuart
RP2040UNIT=rp2040
RTLCONSTSUNIT=rtlconsts
SAM3X8EUNIT=sam3x8e
SAMD51P19AUNIT=samd51p19a

View File

@ -444,6 +444,7 @@ PROFILEUNIT=profile
RASPI2UNIT=raspi2
RASPI3UNIT=raspi3
RASPIUARTUNIT=raspiuart
RP2040UNIT=rp2040
RTLCONSTSUNIT=rtlconsts
SAM3X8EUNIT=sam3x8e
SAMD51P19AUNIT=samd51p19a