nobody wrote on Friday, December 16, 2005:
Any changes in tasks, queues, or lists in
V3.2.4?
Thanks,
John W.
nobody wrote on Friday, December 16, 2005:
Any changes in tasks, queues, or lists in
V3.2.4?
Thanks,
John W.
rtel wrote on Saturday, December 17, 2005:
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.
imajeff wrote on Thursday, December 29, 2005:
I though GCC was supposed to have char be unsigned by default, I learned that at least 4 years ago, anyway.