V3.2.4

Any changes in tasks, queues, or lists in V3.2.4? Thanks, John W.

V3.2.4

No functional changes.  The only change to any common source code was to add in some (yes more) casts to prevent compiler warnings when using GCC 4.0.1.  The name of the task passed as a string to xTaskCreate has to have an explicit signed char * cast.  GCC 4.0.1 seems to have changed the default signedness of its char types. Regards.

V3.2.4

I though GCC was supposed to have char be unsigned by default, I learned that at least 4 years ago, anyway.