浏览代码

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

git-svn-id: trunk@38075 -
Károly Balogh 7 年之前
父节点
当前提交
cbf0ff8430
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      packages/amunits/src/coreunits/configregs.pas
  2. 1 0
      packages/amunits/src/coreunits/configvars.pas

+ 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;