mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-19 16:52:52 +02:00
Allow disabling subband seletion
This commit is contained in:
@ -133,7 +133,8 @@ void hal_failed (const char *file, u2_t line);
|
||||
* set a custom hal failure handler routine. The default behaviour, defined in
|
||||
* hal_failed(), is to halt by looping infintely.
|
||||
*/
|
||||
void hal_set_failure_handler(const hal_failure_handler_t* const);
|
||||
void hal_set_failure_handler(hal_failure_handler_t* const);
|
||||
// ttn-esp32: too much const
|
||||
|
||||
/*
|
||||
* get the calibration value for radio_rssi
|
||||
|
Reference in New Issue
Block a user