mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 00:09:17 +02:00
* fixed misplaced constant definition
git-svn-id: trunk@29053 -
This commit is contained in:
parent
3ee3542744
commit
dc1446d32a
@ -124,6 +124,13 @@ const
|
|||||||
);
|
);
|
||||||
|
|
||||||
{$ifndef MIPSEL}
|
{$ifndef MIPSEL}
|
||||||
|
type
|
||||||
|
tcontrollertype =
|
||||||
|
(ct_none
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Const
|
||||||
{ Is there support for dealing with multiple microcontrollers available }
|
{ Is there support for dealing with multiple microcontrollers available }
|
||||||
{ for this platform? }
|
{ for this platform? }
|
||||||
ControllerSupport = false;
|
ControllerSupport = false;
|
||||||
@ -136,12 +143,6 @@ const
|
|||||||
(
|
(
|
||||||
(controllertypestr:''; controllerunitstr:''; flashbase:0; flashsize:0; srambase:0; sramsize:0));
|
(controllertypestr:''; controllerunitstr:''; flashbase:0; flashsize:0; srambase:0; sramsize:0));
|
||||||
{$POP}
|
{$POP}
|
||||||
|
|
||||||
type
|
|
||||||
tcontrollertype =
|
|
||||||
(ct_none
|
|
||||||
);
|
|
||||||
|
|
||||||
{$ELSE MIPSEL}
|
{$ELSE MIPSEL}
|
||||||
{ Is there support for dealing with multiple microcontrollers available }
|
{ Is there support for dealing with multiple microcontrollers available }
|
||||||
{ for this platform? }
|
{ for this platform? }
|
||||||
|
Loading…
Reference in New Issue
Block a user