Megunolink / MLP

Arduino library for sending data to MegunoLink visualisers and useful components
http://www.megunolink.com
GNU Lesser General Public License v3.0
46 stars 26 forks source link

Shut up compile reorder warnings #5

Closed lrascao closed 4 years ago

lrascao commented 4 years ago

This brings back correct initialization and shuts the compiler error: 'xxxx' will be initialized after [-Werror=reorder] warning.

PaulMartinsen commented 4 years ago

Thanks for sorting this Irascao. Much appreciated.