components/driver: 'const' all config calls.
Some were, some weren't. They all could/should be. Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@ typedef intr_handle_t pcnt_isr_handle_t;
|
||||
* - ESP_OK Success
|
||||
* - ESP_ERR_INVALID_ARG Parameter error
|
||||
*/
|
||||
esp_err_t pcnt_unit_config(pcnt_config_t *pcnt_config);
|
||||
esp_err_t pcnt_unit_config(const pcnt_config_t *pcnt_config);
|
||||
|
||||
/**
|
||||
* @brief Get pulse counter value
|
||||
|
||||
Reference in New Issue
Block a user