mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-26 03:17:58 +00:00
Show app version in log
This commit is contained in:
parent
2b8ab70020
commit
ecf6d2987e
@ -8,6 +8,8 @@
|
||||
#include "SwitchAbstractedPadHandler.h"
|
||||
#include "configFile.h"
|
||||
|
||||
#define APP_VERSION "0.4.0"
|
||||
|
||||
struct VendorEvent
|
||||
{
|
||||
uint16_t vendor;
|
||||
@ -62,7 +64,7 @@ Result CallInitHandler()
|
||||
|
||||
Result mainLoop()
|
||||
{
|
||||
WriteToLog("\n\nNew sysmodule session started");
|
||||
WriteToLog("\n\nNew sysmodule session started on version " APP_VERSION);
|
||||
Result rc = 0;
|
||||
|
||||
Event catchAllEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user