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
The LCD and Camera interrupts use the same interrupt source,
causing the interrupt allocation to fail.
The solution is to assign the LCD interrupt and Camera interrupt
to different CPUs.
Signed-off-by: lbuque <[email protected]>
0 commit comments