Revert "remove unused"

This reverts commit 3f9525e42e.
This commit is contained in:
Jacek Jendrzej
2017-11-03 19:57:28 +01:00
parent 3f9525e42e
commit dd01a95ddb
6 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_xres = 8;
caps.can_set_display_brightness = 0;
caps.display_can_deepstandby = 0;
caps.display_can_set_brightness = 0;
strcpy(caps.boxvendor, "Raspberry");
strcpy(caps.boxname, "Pi");
if (! uname(&u))