summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_user.h')
-rwxr-xr-xinclude/dlt/dlt_user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index db5b954..dbc40a2 100755
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -240,7 +240,8 @@ typedef struct
int8_t log_state; /**< Log state of external connection: 1 client connected, 0 not connected, -1 unknown */
- DltRingBuffer rbuf; /**< Ring-buffer for buffering messages during startup and missing connection */
+ //DltRingBuffer rbuf;
+ DltBuffer startup_buffer; /**< Ring-buffer for buffering messages during startup and missing connection */
DltShm dlt_shm;
} DltUser;