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
Making it an associated type avoids needing to pass queue size as a
parameter to ActorState and Address, which makes code very
template-fatigued.
Downside is that min const generics doesn't support assoc types, so we
wont be able to use const generic heapless.
Add driver for LTE-M devices like nRF91
The text was updated successfully, but these errors were encountered: