1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
Gunar Schorcht f604d3dec8 sys/event: fix of compilation problems
Unstructured static initializer like { 0 } lead to compilation errors on ESP8266, MSP430 and MIPS. Error messages are:

error: (near initialization for 'queue.event_list') [-Werror=missing-braces]
error: (near initialization for 'queue.waiter') [-Werror=missing-field-initializers]

This change fixes the compilation problem.
2019-07-29 13:10:08 +02:00
..
2018-10-18 13:37:21 +02:00
2018-12-03 14:41:12 +01:00
2019-05-02 12:09:37 +02:00
2018-10-03 11:54:17 +02:00
2018-11-08 11:25:14 +01:00
2019-07-25 14:15:37 +02:00
2018-05-28 15:43:41 -04:00
2017-09-01 09:35:48 +02:00
2018-08-24 18:14:03 +02:00
2019-07-29 13:10:08 +02:00
2017-06-16 16:50:54 +02:00
2017-06-16 16:50:54 +02:00
2018-10-03 10:44:14 +02:00
2018-08-29 15:57:24 +02:00
2019-05-02 12:09:37 +02:00
2019-02-15 13:37:45 +01:00
2018-08-24 18:14:03 +02:00
2018-06-11 19:12:02 +02:00
2018-08-22 10:54:25 +02:00
2017-12-12 07:51:39 +01:00
2018-05-28 13:04:55 -04:00
2018-10-03 10:44:14 +02:00