Skip to content
Snippets Groups Projects
Commit 5909f380 authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

doc: fix undocumented define in srf04 driver

parent b8b0a92c
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,9 @@ static const srf04_params_t srf04_params[] = { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment