Revision 510b93cc modules/DiWheelDrive_1-2/aosconf.h

View differences:

modules/DiWheelDrive_1-2/aosconf.h
112 112
 * @brief   Identifier of the instaled bootloader (if any).
113 113
 * @note    See aos_bootloader.h file for a list of available settings.
114 114
 */
115
#define AMIROOS_CFG_BOOTLOADER                  AOS_BOOTLOADER_AMiRoBLT
115
#if !defined(OS_CFG_BOOTLOADER)
116
  #define AMIROOS_CFG_BOOTLOADER                AOS_BOOTLOADER_AMiRoBLT
117
#else /* !defined(OS_CFG_BOOTLOADER) */
118
  #define AMIROOS_CFG_BOOTLOADER                OS_CFG_BOOTLOADER
119
#endif /* !defined(OS_CFG_BOOTLOADER) */
116 120

  
117 121
/** @} */
118 122

  

Also available in: Unified diff