hw_caps: introduce startup_file

Origin commit data
------------------
Branch: master
Commit: 3403a06948
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-22 (Sun, 22 Nov 2020)

Origin message was:
------------------
- hw_caps: introduce startup_file

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-11-22 21:07:31 +01:00
parent 3dcc4b147c
commit 50abaaffe3
5 changed files with 18 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ hw_caps_t *get_hwcaps(void)
caps.display_xres = 8;
caps.display_can_deepstandby = 0;
caps.display_has_statusline = 0;
strcpy(caps.startup_file, "");
strcpy(caps.boxvendor, "Raspberry");
strcpy(caps.boxname, "Pi");