Revision 5e2f673b source/alld_hmc5883l.c

View differences:

source/alld_hmc5883l.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    
21
 * @brief   Compass function implementations.
22
 *
23
 * @addtogroup lld_compass
24
 * @{
25
 */
26

  
19 27
#include <alld_hmc5883l.h>
20 28

  
21 29
#if defined(AMIROLLD_CFG_USE_HMC5883L) || defined(__DOXYGEN__)
......
223 231
}
224 232

  
225 233
#endif /* defined(AMIROLLD_CFG_USE_HMC5883L) */
234

  
235
/** @} */

Also available in: Unified diff