Revision 510b93cc modules/NUCLEO-F401RE/aosconf.h

View differences:

modules/NUCLEO-F401RE/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_NONE
115
#if !defined(OS_CFG_BOOTLOADER)
116
  #define AMIROOS_CFG_BOOTLOADER                AOS_BOOTLOADER_NONE
117
#else /* !defined(OS_CFG_BOOTLOADER) */
118
  #define AMIROOS_CFG_BOOTLOADER                OS_CFG_BOOTLOADER
119
#endif /* !defined(OS_CFG_BOOTLOADER) */
120

  
121
/** @} */
116 122

  
117 123
/*===========================================================================*/
118 124
/**

Also available in: Unified diff