Skip to content
Snippets Groups Projects
Unverified Commit bb56a9f9 authored by Gunar Schorcht's avatar Gunar Schorcht Committed by GitHub
Browse files

Merge pull request #10810 from gschorcht/doc_fix_params_h_warnings

doc: fix warnings in *_params.h
parents 1c712c79 c5e9f122
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ extern "C" {
* @}
*/
/**
* @brief socket_zep configurations
*/
extern socket_zep_params_t socket_zep_params[SOCKET_ZEP_MAX];
#ifdef __cplusplus
......
......@@ -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
......
......@@ -52,6 +52,9 @@ static const srf04_params_t srf04_params[] = {
SRF04_PARAMS
};
/**
* @brief Number of SRF04 devices
*/
#define SRF04_NUMOF (sizeof(srf04_params) / sizeof(srf04_params[0]))
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment