1
0
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:
Gunar Schorcht 2019-01-17 17:26:27 +01:00
parent b8b0a92cf8
commit 5909f38089

View File

@ -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