diff options
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -827,7 +827,7 @@ typedef struct { bool beaglebone; bool olimex; bool gpib; - char remount_point[32]; + char remount_point[128]; } HWDetectStruct; |
index : Instrument.git | ||
The instrument daemon | git repository hosting |
summaryrefslogtreecommitdiff |
-rw-r--r-- | globals.h | 2 |
@@ -827,7 +827,7 @@ typedef struct { bool beaglebone; bool olimex; bool gpib; - char remount_point[32]; + char remount_point[128]; } HWDetectStruct; |