mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* fix USBMem as requested by Jeppe on IRC
git-svn-id: trunk@18804 -
This commit is contained in:
parent
6d6f904a2e
commit
3ea50bf440
@ -416,7 +416,7 @@ var
|
||||
|
||||
{ USB }
|
||||
USB: TUSBRegisters absolute (APB1Base+$5C00);
|
||||
USBMem: TUSBMem absolute (APB1Base+$5C00);
|
||||
USBMem: TUSBMem absolute (APB1Base+$6000);
|
||||
|
||||
{ CAN }
|
||||
CAN: TCANRegisters absolute (APB1Base+$6800);
|
||||
|
Loading…
Reference in New Issue
Block a user