diff options
Diffstat (limited to 'tinyusb')
| -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 |
