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 dependency on the hut application serves no purpose for us and adds one more repo to maintain.
All uses of hut's ?log macro can, and should, be replaced with kernel logger ?LOG_xxx macros, at which time hut will be unreferenced and can be removed.
The text was updated successfully, but these errors were encountered:
The dependency on the
hut
application serves no purpose for us and adds one more repo to maintain.All uses of
hut
's?log
macro can, and should, be replaced with kernel logger?LOG_xxx
macros, at which timehut
will be unreferenced and can be removed.The text was updated successfully, but these errors were encountered: