heliosproj / HeliOS

A community delivered, open source embedded operating system project.
http://www.heliosproj.org
GNU General Public License v2.0
353 stars 42 forks source link

Typedef all structs #6

Closed Miangie closed 4 years ago

Miangie commented 4 years ago

Every (or most) struct definition is replaced with typedef. This change allow to replace things like "struct Task " with simpler "Task "

MannyPeterson commented 4 years ago

Great suggestion. I will review and merge. Thank you.

MannyPeterson commented 4 years ago

I will also circle back and update the Arduino example sketches as needed.

MannyPeterson commented 4 years ago

Updated the example Arduino sketches for the typedefs and compiled all the examples.