summaryrefslogtreecommitdiffhomepage
path: root/Subsys
diff options
context:
space:
mode:
Diffstat (limited to 'Subsys')
-rw-r--r--Subsys/NKLogOn/Start.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/Subsys/NKLogOn/Start.cxx b/Subsys/NKLogOn/Start.cxx
new file mode 100644
index 00000000..9b335020
--- /dev/null
+++ b/Subsys/NKLogOn/Start.cxx
@@ -0,0 +1,11 @@
+/***
+ *
+ * (C) ZKA Technologies.
+ *
+ */
+
+int main(int argc, char const *argv[])
+{
+ /* code */
+ return 0;
+}