| Index: firmware/lib/include/stateful_util.h
|
| diff --git a/firmware/lib/include/stateful_util.h b/firmware/lib/include/stateful_util.h
|
| index e782ed8829d6608d137ef2c20488bb3638709c0d..5630534ffaf7d53b7faa642d6a891118e1e5f529 100644
|
| --- a/firmware/lib/include/stateful_util.h
|
| +++ b/firmware/lib/include/stateful_util.h
|
| @@ -14,7 +14,7 @@
|
|
|
| /* Track remaining data to be read in a buffer. */
|
| typedef struct MemcpyState {
|
| - void* remaining_buf;
|
| + uint8_t* remaining_buf;
|
| uint64_t remaining_len; /* Remaining length of the buffer. */
|
| uint8_t overrun; /* Flag set to 1 when an overrun occurs. */
|
| } MemcpyState;
|
|
|