aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/templates/hal_sio_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_sio_lld.h b/os/hal/templates/hal_sio_lld.h
index a54df4b70..c8affa390 100644
--- a/os/hal/templates/hal_sio_lld.h
+++ b/os/hal/templates/hal_sio_lld.h
@@ -103,7 +103,7 @@ struct hal_sio_config {
* @brief Receive event callback.
* @note Can be @p NULL.
*/
- siocb_t rxevt_cb;
+ sioecb_t rxevt_cb;
/* End of the mandatory fields.*/
};