* Fixed value of the LF_PAD13 enum element.

git-svn-id: trunk@48396 -
This commit is contained in:
yury 2021-01-24 14:29:39 +00:00
parent 2567631aad
commit 04727844b5

View File

@ -124,7 +124,7 @@ interface
LF_PAD10 = $fa,
LF_PAD11 = $fb,
LF_PAD12 = $fc,
LF_PAD13 = $fc,
LF_PAD13 = $fd,
LF_PAD14 = $fe,
LF_PAD15 = $ff,