Skip to content

Commit

Permalink
update ihci base address
Browse files Browse the repository at this point in the history
  • Loading branch information
ua1arn committed Mar 25, 2024
1 parent 622d8c8 commit 89e68c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/ohci/ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+
#define OHCI_REG ((ohci_registers_t *) LPC_USB_BASE)
#define OHCI_REG ((ohci_registers_t *) WITHUSBHW_OHCI)

enum {
OHCI_CONTROL_FUNCSTATE_RESET = 0,
Expand Down

0 comments on commit 89e68c7

Please sign in to comment.