Revision 3f899f5d devices/PowerManagement/halconf.h

View differences:

devices/PowerManagement/halconf.h
1
/**
2
 * @file    devices/PowerManagement/halconf.h
3
 * @brief   HAL configuration header.
4
 * @details HAL configuration file, this file allows to enable or disable the
5
 *          various device drivers from your application. You may also use
6
 *          this file in order to override the device drivers default settings.
7
 *
8
 * @addtogroup HAL_CONF
9
 * @{
10
 */
11

  
1 12
#ifndef _HALCONF_H_
2 13
#define _HALCONF_H_
3 14

  
......
281 292
#endif
282 293

  
283 294
#endif /* _HALCONF_H_ */
295

  
296
/** @} */

Also available in: Unified diff