mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: fix undocumented variable in ads101x driver
This commit is contained in:
parent
1c712c79a4
commit
b8b0a92cf8
@ -79,6 +79,10 @@ static const ads101x_params_t ads101x_params[] =
|
||||
{
|
||||
ADS101X_PARAMS
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief ADS101X/111x alert defaults if not defined for a board or application
|
||||
*/
|
||||
static const ads101x_alert_params_t ads101x_alert_params[] =
|
||||
{
|
||||
ADS101X_ALERT_PARAMS
|
||||
|
Loading…
Reference in New Issue
Block a user