Fix align32_size(). · csamuelson/circuitpython@7ca36d4 · GitHub
Skip to content

Commit 7ca36d4

Browse files
committed
Fix align32_size().
It not only caused crashes with requests larger than 64K (can happen with RGBMatrix), but also generated a lot longer code than necessary.
1 parent a4b84cf commit 7ca36d4

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

shared-module/usb_midi/__init__.c

Lines changed: 3 additions & 3 deletions

supervisor/memory.h

Lines changed: 2 additions & 5 deletions

0 commit comments

Comments
 (0)