Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
ok.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Recently updated STM32Cube from 1.12.0 to 1.15.0 and saw some error/warning messages
i think line 3535 output_command_t *next = plan_data.output_commands; should be
output_command_t *next = plan_data.output_commands->next;
.ARM.extab (READONLY) :
.ARM (READONLY) :
.preinit_array (READONLY) :
.init_array (READONLY) :
.fini_array (READONLY) :
Haven't tested out these changes on a physical machine... hope to test in the next few days and report if there are any misbehavior
due to these changes
Beta Was this translation helpful? Give feedback.
All reactions