adopt hw_caps

This commit is contained in:
TangoCash
2017-03-10 21:38:31 +01:00
parent c4c5564b91
commit ae3cc86f0b
3 changed files with 7 additions and 0 deletions

View File

@@ -283,5 +283,6 @@ hw_caps_t *get_hwcaps(void)
else
strcpy(caps.boxname, "(unknown model)");
strcpy(caps.boxarch,caps.boxname);
return ∩︀
}