1
0
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:
Gunar Schorcht 2019-01-17 17:25:44 +01:00
parent 1c712c79a4
commit b8b0a92cf8

View File

@ -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