mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Merge pull request #2479 from hathach/fix-ohci-volatile-2318
fix wrong volatile usage in ohci gtd
This commit is contained in:
commit
8469fafb10
@ -83,7 +83,7 @@ typedef struct TU_ATTR_ALIGNED(16)
|
|||||||
volatile uint32_t condition_code : 4;
|
volatile uint32_t condition_code : 4;
|
||||||
|
|
||||||
// Word 1
|
// Word 1
|
||||||
volatile uint8_t* current_buffer_pointer;
|
uint8_t* volatile current_buffer_pointer;
|
||||||
|
|
||||||
// Word 2 : next TD
|
// Word 2 : next TD
|
||||||
volatile uint32_t next;
|
volatile uint32_t next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user