Comment 5 for bug 1556430

Revision history for this message
Andreas Pokorny (andreas-pokorny) wrote :

This example code is broken. The language does not guarantee the order in which globals are initialized. You could evade that problem by using function local statics, for things like the led_list.

Or simply pick a better design.