'int' to 'short unsigned int' frozen content.c #10139
Unanswered
8888clockradio
asked this question in
Libraries & Drivers
Replies: 2 comments
-
Something is wrong, int to short uint will lose data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are a lot of places in the code that assume the number of qstrs will not exceed a 16-bit number. The main place to change this is in typedef uint16_t qstr_short_t; You can try changing that to |
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.
-
It appears I have too many qstr's for the port to keep up with
Should I change this:
TO:
Beta Was this translation helpful? Give feedback.
All reactions