Skip to content

Commit

Permalink
save state
Browse files Browse the repository at this point in the history
  • Loading branch information
ua1arn committed Jul 7, 2024
1 parent fd087b2 commit 02a8cc0
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 *) WITHUSBHW_OHCI)
#define OHCI_REG ((ohci_registers_t *) LPC_USB_BASE)

enum {
OHCI_CONTROL_FUNCSTATE_RESET = 0,
Expand Down

0 comments on commit 02a8cc0

Please sign in to comment.