change buffer_start_addr from uint8_t* to uint32_t due to travis linux 64bit
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user