aboutsummaryrefslogtreecommitdiff
path: root/stmhal/bufhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/bufhelper.h')
-rw-r--r--stmhal/bufhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/bufhelper.h b/stmhal/bufhelper.h
index 9b58e817c..53ab7ab3e 100644
--- a/stmhal/bufhelper.h
+++ b/stmhal/bufhelper.h
@@ -1,2 +1,2 @@
-void pyb_buf_get_for_send(mp_obj_t o, mp_buffer_info_t *bufinfo, uint8_t *tmp_data);
+void pyb_buf_get_for_send(mp_obj_t o, mp_buffer_info_t *bufinfo, byte *tmp_data);
mp_obj_t pyb_buf_get_for_recv(mp_obj_t o, mp_buffer_info_t *bufinfo);