diff options
Diffstat (limited to 'os/hal/templates/hal_sio_lld.h')
-rw-r--r-- | os/hal/templates/hal_sio_lld.h | 2 |
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.*/
};
|