mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
bad offset
This commit is contained in:
parent
82f8802275
commit
b1b2008037
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
#define STM32_OTG_CID_OFFSET 0x003c /* Core ID register */
|
||||
#define STM32_OTG_HPTXFSIZ_OFFSET 0x0100 /* Host periodic transmit FIFO size register */
|
||||
|
||||
#define STM32_OTG_DIEPTXF_OFFSET(n) (104+(((n)-1) << 2))
|
||||
#define STM32_OTG_DIEPTXF_OFFSET(n) (0x0104+(((n)-1) << 2))
|
||||
|
||||
/* Host-mode control and status registers */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue