Browse Source

amunits: fix AutoConfig structures aligment, 2 bytes alignment is needed. change tested against real hardware.

git-svn-id: trunk@38075 -
Károly Balogh 7 years ago
parent
commit
cbf0ff8430

+ 1 - 0
packages/amunits/src/coreunits/configregs.pas

@@ -13,6 +13,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+{$packrecords 2}
 
 unit configregs;
 

+ 1 - 0
packages/amunits/src/coreunits/configvars.pas

@@ -13,6 +13,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+{$packrecords 2}
 
 unit configvars;