mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 20:28:13 +02:00
Added missing RP2040 definition in Makefile.rtl to make sure that regenerating of Makefiles does not remove rp2040 unit
This commit is contained in:
parent
b7322ae4c3
commit
6fadd49fb6
@ -796,6 +796,7 @@ PROFILEUNIT=profile
|
||||
RASPI2UNIT=raspi2
|
||||
RASPI3UNIT=raspi3
|
||||
RASPIUARTUNIT=raspiuart
|
||||
RP2040UNIT=rp2040
|
||||
RTLCONSTSUNIT=rtlconsts
|
||||
SAM3X8EUNIT=sam3x8e
|
||||
SAMD51P19AUNIT=samd51p19a
|
||||
|
@ -444,6 +444,7 @@ PROFILEUNIT=profile
|
||||
RASPI2UNIT=raspi2
|
||||
RASPI3UNIT=raspi3
|
||||
RASPIUARTUNIT=raspiuart
|
||||
RP2040UNIT=rp2040
|
||||
RTLCONSTSUNIT=rtlconsts
|
||||
SAM3X8EUNIT=sam3x8e
|
||||
SAMD51P19AUNIT=samd51p19a
|
||||
|
Loading…
Reference in New Issue
Block a user