Browse Source

Add RTT version number on Kconfig file.

armink 6 years ago
parent
commit
a0243d7795
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/Kconfig

+ 6 - 0
src/Kconfig

@@ -316,4 +316,10 @@ menu "Kernel Device Object"
 
 endmenu
 
+config RT_VER_NUM
+    hex
+    default 0x40000
+    help
+        RT-Thread version number
+
 endmenu