change buffer_start_addr from uint8_t* to uint32_t due to travis linux 64bit

This commit is contained in:
hathach 2013-06-05 11:56:55 +07:00
parent 8123eed39d
commit e3bb5e9f2f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ typedef struct
volatile uint16_t buffer_length;
//------------- Word 2 -------------//
volatile uint8_t* buffer_start_addr;
volatile uint32_t buffer_start_addr;
//------------- Word 3 -------------//
volatile uint16_t is_retired : 1; // initialized to zero