mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
change buffer_start_addr from uint8_t* to uint32_t due to travis linux 64bit
This commit is contained in:
parent
8123eed39d
commit
e3bb5e9f2f
@ -67,7 +67,7 @@ typedef struct
|
|||||||
volatile uint16_t buffer_length;
|
volatile uint16_t buffer_length;
|
||||||
|
|
||||||
//------------- Word 2 -------------//
|
//------------- Word 2 -------------//
|
||||||
volatile uint8_t* buffer_start_addr;
|
volatile uint32_t buffer_start_addr;
|
||||||
|
|
||||||
//------------- Word 3 -------------//
|
//------------- Word 3 -------------//
|
||||||
volatile uint16_t is_retired : 1; // initialized to zero
|
volatile uint16_t is_retired : 1; // initialized to zero
|
||||||
|
Loading…
x
Reference in New Issue
Block a user