From e100ea5b29ad86a12ef87aaf5c854dec17becfd4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 30 Sep 2018 11:03:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12310 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/templates/hal_sio_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') 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.*/ }; -- cgit v1.2.3