Skip to content

Commit

Permalink
Fix #979: extra consts in declaration of lmic_set_failure_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Nov 17, 2024
1 parent 6e96203 commit 4ca69c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ca69c5

Please sign in to comment.