diff options
| author | hathach <[email protected]> | 2013-06-05 11:56:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-05 11:56:55 +0700 |
| commit | e3bb5e9f2fcdf2d5f3e224ede4a85d38276dc462 (patch) | |
| tree | a9ccb1bd539ba90ff062a7bcb7f9e696f77dd005 /tinyusb/device | |
| parent | 8123eed39dff7702ec782f27a8aa3a7868d9d3a0 (diff) | |
change buffer_start_addr from uint8_t* to uint32_t due to travis linux 64bit
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/dcd_lpc175x_6x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc175x_6x.h b/tinyusb/device/dcd_lpc175x_6x.h index 9786746a5..b5e591b58 100644 --- a/tinyusb/device/dcd_lpc175x_6x.h +++ b/tinyusb/device/dcd_lpc175x_6x.h @@ -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 |
