diff options
| author | hathach <[email protected]> | 2025-11-03 11:17:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-03 11:17:39 +0700 |
| commit | 67b2a5c2e1dacd305015ae4a6329c8db8f198e81 (patch) | |
| tree | af6e09f08ada992912754f2587788ec63f52127d /src/portable/ohci | |
| parent | 8e9ba218157eb1777872319ce3031ba5be6d7ccc (diff) | |
remove binary prefix for portability
Diffstat (limited to 'src/portable/ohci')
| -rw-r--r-- | src/portable/ohci/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/ohci/ohci.c b/src/portable/ohci/ohci.c index 6d4594450..f6ee7e764 100644 --- a/src/portable/ohci/ohci.c +++ b/src/portable/ohci/ohci.c @@ -127,7 +127,7 @@ enum { enum { OHCI_INT_ON_COMPLETE_YES = 0, - OHCI_INT_ON_COMPLETE_NO = TU_BIN8(111) + OHCI_INT_ON_COMPLETE_NO = 0x7 // 0b111 }; enum { |
