From e3bb5e9f2fcdf2d5f3e224ede4a85d38276dc462 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 5 Jun 2013 11:56:55 +0700 Subject: [PATCH] change buffer_start_addr from uint8_t* to uint32_t due to travis linux 64bit --- tinyusb/device/dcd_lpc175x_6x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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