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
210: fix: replace %S to %s in encode's change_case r=burrbull a=duskmoon314
Previous in `svd-encoder::config::change_case`, `%s` will be changed to `%S` when the case is `Constant`. This commit fix this via `replace("%S", "%s")`.
Co-authored-by: Campbell He <[email protected]>
0 commit comments