You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- The size of the catalog message payload is calculated incorrectly when using
buffer storage. It assumes all the arguments are the same size as their MIPI
packed types.
Solution:
- Calculate the size correctly using `pack_as_t` which reflects how the
arguments are actually packed under the MIPI spec.
0 commit comments