Static initialisation fix for a GListener

ugfx_release_2.6
Andrew Hannam 2012-11-30 00:40:28 +10:00
parent b8a64a20fe
commit bc0ce07298
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
/**
* @brief Data part of a static GListener initializer.
*/
#define _GLISTENER_DATA(name) { _SEMAPHORE_DATA(name.waitqueue, 0), _BSEMAPHORE_DATA(name.eventlock, FALSE), {0} }
#define _GLISTENER_DATA(name) { _SEMAPHORE_DATA(name.waitqueue, 0), _BSEMAPHORE_DATA(name.eventlock, FALSE), 0, 0, {0} }
/**
* @brief Static GListener initializer.
*/