Removed duplicated typedef.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9904 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-11-15 09:57:05 +00:00
parent 55b0336818
commit ff5235cad8
1 changed files with 2 additions and 0 deletions

View File

@ -191,10 +191,12 @@ typedef struct event_source event_source_t;
*/
typedef void (*eventcallback_t)(event_source_t *p);
#if 0
/**
* @brief Type of an event flags mask.
*/
typedef uint32_t eventflags_t;
#endif
/**
* @brief Events source object.