Browse Source

* some cosmetic changes

git-svn-id: trunk@12652 -
florian 16 years ago
parent
commit
1221a10ceb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      rtl/embedded/arm/lpc21x4.pp

+ 3 - 3
rtl/embedded/arm/lpc21x4.pp

@@ -1,4 +1,3 @@
-{$goto on}
 {******************************************************************************
 lpc2114.h - Register defs for Philips LPC2114, LPC2124
 
@@ -18,9 +17,10 @@ Created by Sten Larsson (sten_larsson at yahoo com)
 
 Free Pascal conversion by the Free Pascal development team
 ******************************************************************************}
-
 unit lpc21x4;
 
+{$goto on}
+
   interface
 
     {##############################################################################
@@ -41,7 +41,7 @@ unit lpc21x4;
      ##############################################################################}
 
     var
-      VICIRQStatus      : DWord absolute dword($FFFFF000);
+      VICIRQStatus      : DWord absolute $FFFFF000;
       VICFIQStatus      : DWord absolute $FFFFF004;
       VICRawIntr        : DWord absolute $FFFFF008;
       VICIntSelect      : DWord absolute $FFFFF00C;