diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2019-12-20 12:12:05 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2019-12-20 12:12:05 -0600 |
commit | 41f2282b2a80f772bf363e8127669377873627cb (patch) | |
tree | 90a8710f0069161a29417cf3c3c1af9c5a6ced4c /include/General.h | |
parent | 8ce2b9763c880084fd9d38fae6033e487fde58d9 (diff) | |
download | mts-io-sysfs-41f2282b2a80f772bf363e8127669377873627cb.tar.gz mts-io-sysfs-41f2282b2a80f772bf363e8127669377873627cb.tar.bz2 mts-io-sysfs-41f2282b2a80f772bf363e8127669377873627cb.zip |
Bug fix for writing device_info.json
Diffstat (limited to 'include/General.h')
-rw-r--r-- | include/General.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/General.h b/include/General.h index 3e89c20..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 RESET_SHORT_CMD "reset_short_handler" #define RESET_LONG_CMD "reset_long_handler" #define KILL_SIGNAL "kill -l " |