From 4ca69c5ae90efce3092587caec94e5c952b9a913 Mon Sep 17 00:00:00 2001
From: Terry Moore <tmm@mcci.com>
Date: Sun, 17 Nov 2024 18:40:07 -0500
Subject: [PATCH] Fix #979: extra consts in declaration of
 lmic_set_failure_handler

---
 src/lmic/hal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lmic/hal.h b/src/lmic/hal.h
index 869af058..6204fc0c 100644
--- a/src/lmic/hal.h
+++ b/src/lmic/hal.h
@@ -144,7 +144,7 @@ void lmic_hal_failed (const char *file, u2_t line);
  * set a custom hal failure handler routine. The default behaviour, defined in
  * lmic_hal_failed(), is to halt by looping infintely.
  */
-void lmic_hal_set_failure_handler(const lmic_hal_failure_handler_t* const);
+void lmic_hal_set_failure_handler (lmic_hal_failure_handler_t*);
 
 /*
  * get the calibration value for radio_rssi