doc: fix undocumented define in srf04 driver
This commit is contained in:
parent
b8b0a92cf8
commit
5909f38089
@ -52,6 +52,9 @@ static const srf04_params_t srf04_params[] = {
|
|||||||
SRF04_PARAMS
|
SRF04_PARAMS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Number of SRF04 devices
|
||||||
|
*/
|
||||||
#define SRF04_NUMOF (sizeof(srf04_params) / sizeof(srf04_params[0]))
|
#define SRF04_NUMOF (sizeof(srf04_params) / sizeof(srf04_params[0]))
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user