diff options
| author | Keith Packard <keithp@keithp.com> | 2016-06-11 22:17:01 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-06-11 22:17:01 -0700 |
| commit | eee7fa303fb0d80ac5d7b9c5a86af60333f61951 (patch) | |
| tree | 974437e36d21fc81c67db31911c93e7dffdeec1e /src/stmf0/ao_arch_funcs.h | |
| parent | 1704d27248f1845c545ec61cf1bad58bf41189af (diff) | |
altos/stmf0: Remove ao_usb_free
This can't work without a lot more effort.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stmf0/ao_arch_funcs.h')
| -rw-r--r-- | src/stmf0/ao_arch_funcs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stmf0/ao_arch_funcs.h b/src/stmf0/ao_arch_funcs.h index ccfa3fc7..64311b23 100644 --- a/src/stmf0/ao_arch_funcs.h +++ b/src/stmf0/ao_arch_funcs.h @@ -409,9 +409,6 @@ uint16_t * ao_usb_alloc(void); void -ao_usb_free(uint16_t *buffer); - -void ao_usb_write(uint16_t *buffer, uint16_t len); void |
