File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 48
48
#define LOCALSTATEDIR " /tmp"
49
49
#endif
50
50
51
- #ifndef DEVICEINFODIR
52
- #define DEVICEINFODIR " /tmp"
53
- #endif
54
-
55
51
#define CHIP_DEFAULT_FACTORY_PATH \
56
52
FATCONFDIR " /" \
57
53
" chip_factory.ini"
61
57
#define CHIP_DEFAULT_DATA_PATH \
62
58
LOCALSTATEDIR " /" \
63
59
" chip_counters.ini"
64
- #define CHIP_DEVICE_INFO_PATH \
65
- DEVICEINFODIR " /" \
66
- " chip_device_info.ini"
67
60
68
61
namespace chip {
69
62
namespace DeviceLayer {
Original file line number Diff line number Diff line change 48
48
#define LOCALSTATEDIR " /tmp"
49
49
#endif
50
50
51
- #ifndef DEVICEINFODIR
52
- #define DEVICEINFODIR " /tmp"
53
- #endif
54
-
55
51
#define CHIP_DEFAULT_FACTORY_PATH \
56
52
FATCONFDIR " /" \
57
53
" chip_factory.ini"
61
57
#define CHIP_DEFAULT_DATA_PATH \
62
58
LOCALSTATEDIR " /" \
63
59
" chip_counters.ini"
64
- #define CHIP_DEVICE_INFO_PATH \
65
- DEVICEINFODIR " /" \
66
- " chip_device_info.ini"
67
60
68
61
namespace chip {
69
62
namespace DeviceLayer {
You can’t perform that action at this time.
0 commit comments