summaryrefslogtreecommitdiff
path: root/include/General.h
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-01-06 13:06:41 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-01-06 13:06:41 -0600
commit68c0c5ed8ad7c733743de1afc5deb9de862d60f3 (patch)
tree317b59f77c0a9ce117f65debec3f3b8ebdce2a86 /include/General.h
parent50a0344597edd0f4ae90ebee2fdf4e3160c572c8 (diff)
downloadmts-io-sysfs-68c0c5ed8ad7c733743de1afc5deb9de862d60f3.tar.gz
mts-io-sysfs-68c0c5ed8ad7c733743de1afc5deb9de862d60f3.tar.bz2
mts-io-sysfs-68c0c5ed8ad7c733743de1afc5deb9de862d60f3.zip
Changed radio capability to be based on has_radio file
Diffstat (limited to 'include/General.h')
-rw-r--r--include/General.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/General.h b/include/General.h
index 81f5a3d..2ca729a 100644
--- a/include/General.h
+++ b/include/General.h
@@ -67,7 +67,7 @@ typedef unsigned int uint; //32 bit - even on 64 bit machines
#define READ_ACCESS 0x00
#define SPI_SPEED 8000000
-#define DEVICE_INFO_FILE "/var/run/config/device_info.json"
+#define DEVICE_INFO_FILE "/var/run/config/device_info.json"
#define RESET_SHORT_CMD "reset_short_handler"
#define RESET_LONG_CMD "reset_long_handler"
#define KILL_SIGNAL "kill -l "