Revision 1a8fb642 core/inc/aos_types.h

View differences:

core/inc/aos_types.h
87 87
/**
88 88
 * @brief   Converts a GPIO pad number to a unique event flag.
89 89
 */
90
#define AOS_IOEVENT_FLAG(pad)                   ((eventflags_t)1 << pad)
90
#define AOS_GPIOEVENT_FLAG(pad)                 ((eventflags_t)1 << pad)
91 91

  
92 92
/******************************************************************************/
93 93
/* EXTERN DECLARATIONS                                                        */

Also available in: Unified diff