Version display update.
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include "fpga_io.h"
|
||||
#include "scheduler.h"
|
||||
|
||||
const char *version = "$VER:HPS" VDATE;
|
||||
const char *version = "$VER:" VDATE;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
4
menu.cpp
4
menu.cpp
@@ -1897,7 +1897,7 @@ void HandleUI(void)
|
||||
OsdDrawLogo(3);
|
||||
OsdDrawLogo(4);
|
||||
|
||||
sprintf(s, " ARM s/w ver. %s", version + 5);
|
||||
sprintf(s, " HPS s/w v%s", version + 5);
|
||||
OsdWrite(10, s, 0, 0, 1);
|
||||
|
||||
s[0] = 0;
|
||||
@@ -3371,7 +3371,7 @@ void HandleUI(void)
|
||||
|
||||
OsdSetTitle("System Settings", 0);
|
||||
OsdWrite(0, "", 0, 0);
|
||||
sprintf(s, " ARM s/w ver. %s", version + 5);
|
||||
sprintf(s, " HPS s/w v%s", version + 5);
|
||||
OsdWrite(1, s, 0, 0);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user