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
bool is_prot = false is cleaner, but C++ function declarations don't require parameter names, just parameter types. I'll add the parameter name for clarity.
tn93/src/tn93_shared.h
Line 56 in 55565df
the input name
is_prot
is missing in this header file. It probably should bebool is_prot = false
instead ofbool = false
.The text was updated successfully, but these errors were encountered: