Skip to content

Commit

Permalink
doc: fix undocumented variable in ads101x driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jan 18, 2019
1 parent 1c712c7 commit b8b0a92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/ads101x/include/ads101x_params.h
Expand Up @@ -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
Expand Down

0 comments on commit b8b0a92

Please sign in to comment.