diff options
| author | hathach <[email protected]> | 2024-04-05 17:04:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-05 17:04:33 +0700 |
| commit | caf2c5e0b75b72c0b0357ca364a76d70b5846bde (patch) | |
| tree | 82924e0b09c4e445a16325f6f0f3e4e6ddc2aeb2 /src/portable/ohci | |
| parent | 18a458679f9581f53108005f0cd028acc79236e2 (diff) | |
reverted un-related file changes
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; |
