summaryrefslogtreecommitdiff
path: root/cesar/hal/leon/maximus/src/maximus_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/leon/maximus/src/maximus_timer.c')
-rw-r--r--cesar/hal/leon/maximus/src/maximus_timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/hal/leon/maximus/src/maximus_timer.c b/cesar/hal/leon/maximus/src/maximus_timer.c
index 7ad4a64317..84884ae0f5 100644
--- a/cesar/hal/leon/maximus/src/maximus_timer.c
+++ b/cesar/hal/leon/maximus/src/maximus_timer.c
@@ -52,13 +52,12 @@ static void _leon_timer_ecos_dsr(cyg_vector_t vector, cyg_ucount32 count, cyg_ad
* Initialise Leon timer.
* \param user_data user data passed to the callback
* \param cb timer callback, called in ISR context
- * \param phy phy context used to get the phy date (not used for Maximus)
* \return the newly created context
* set errno to:
* - EINVAL if user_data or cb are null
*/
leon_timer_t *
-leon_timer_init (void *user_data, leon_timer_cb_t cb, phy_t *phy)
+leon_timer_init (void *user_data, leon_timer_cb_t cb)
{
/* Set the user_data value of leon timer context.
* Set the cb value of leon timer context. */