diff options
| author | jerpa77 <[email protected]> | 2024-02-22 15:47:45 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-22 15:47:45 -0600 |
| commit | 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0 (patch) | |
| tree | 83e9c2853c40830c5822fede03e288fe9a9a9cda /src/portable/ohci | |
| parent | 5c14bd13da211ff2679115b0dba96ac80c1a516c (diff) | |
| parent | be5cc44f5584344a1628b0b4429356e143fbf3e1 (diff) | |
Merge branch 'hathach:master' into MCX
Diffstat (limited to 'src/portable/ohci')
| -rw-r--r-- | src/portable/ohci/ohci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/ohci/ohci.h b/src/portable/ohci/ohci.h index 4feefd771..94bad5df7 100644 --- a/src/portable/ohci/ohci.h +++ b/src/portable/ohci/ohci.h @@ -83,7 +83,7 @@ typedef struct TU_ATTR_ALIGNED(16) volatile uint32_t condition_code : 4; // Word 1 - volatile uint8_t* current_buffer_pointer; + uint8_t* volatile current_buffer_pointer; // Word 2 : next TD volatile uint32_t next; |
