mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Number of SRF04 devices
|
||||
*/
|
||||
#define SRF04_NUMOF (sizeof(srf04_params) / sizeof(srf04_params[0]))
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user