Revision 126ace3c modules/NUCLEO-L476RG/alldconf.h

View differences:

modules/NUCLEO-L476RG/alldconf.h
18 18

  
19 19
/**
20 20
 * @file
21
 * @brief   AMiRo-LLD configuration file for the STM32L476RG-NUCLEO64 module.
21
 * @brief   AMiRo-LLD configuration file for the NUCLEO-L476RG module.
22 22
 * @details Contains the application specific AMiRo-LLD settings.
23 23
 *
24
 * @addtogroup STM32L476RG-NUCLEO64_config
24
 * @addtogroup NUCLEO-L476RG_config
25 25
 * @{
26 26
 */
27 27

  
......
43 43
 */
44 44
#define AMIROLLD_CFG_TIME_SIZE                  32
45 45

  
46
/**
47
 * @brief   Enable flag for the MPU6050 proximity sensor.
48
 * @note    Uncomment this if the device is attached.
49
 */
50
//#define AMIROLLD_CFG_MPU6050                    1
51

  
46 52
#endif /* ALLDCONF_H */
47 53

  
48 54
/** @} */

Also available in: Unified diff