commit | b79af7c8000c8e983cf91c8b937001ab01124d26 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Wed Jun 21 23:48:02 2017 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Tue Sep 19 23:14:37 2017 -0400 |
tree | 820819e52c7478cb26a727213e02562a51d413de | |
parent | 82bf7cffb75555093be8d51fd221a2a53035e88e [diff] [blame] |
Fix up all the newly imported Teensy code Change-Id: Id051083a16336617add1d5f16fc7b7d78a30a5fe
diff --git a/motors/usb/usb_mem.h b/motors/usb/usb_mem.h index 8064488..b6014b5 100644 --- a/motors/usb/usb_mem.h +++ b/motors/usb/usb_mem.h
@@ -45,7 +45,7 @@ #endif usb_packet_t * usb_malloc(void); -void usb_free(usb_packet_t *p); +void usb_free(const usb_packet_t *p); #ifdef __cplusplus }