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
samples: async-philosophers: Remove overly specific imports
Import the embassy crates, but not by path. Also, remove the specific
time instance. Although and specific application will likely want to
use a non-default tick rate, leaving at the 1us tick will allow the time
to be used (with a slight performance cost) with any time base.
Signed-off-by: David Brown <[email protected]>
0 commit comments