summaryrefslogtreecommitdiff
path: root/include/General.h
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-01-07 15:50:56 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-01-07 15:50:56 -0600
commitc4811dd1b73b37b0916803097237acd31f1df98b (patch)
treeb0d73a975fc7e7de8444775440e0b729fa61d0fa /include/General.h
parent68c0c5ed8ad7c733743de1afc5deb9de862d60f3 (diff)
downloadmts-io-sysfs-c4811dd1b73b37b0916803097237acd31f1df98b.tar.gz
mts-io-sysfs-c4811dd1b73b37b0916803097237acd31f1df98b.tar.bz2
mts-io-sysfs-c4811dd1b73b37b0916803097237acd31f1df98b.zip
Refactored accessory cards classes with inheritence, fixed Makefile clean, moved some helper functions to header utility
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 2ca729a..81f5a3d 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 "