aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applications/message_process/src/message_process.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/message_process/src/message_process.cpp b/applications/message_process/src/message_process.cpp
index 1669d3f..6f0fede 100644
--- a/applications/message_process/src/message_process.cpp
+++ b/applications/message_process/src/message_process.cpp
@@ -367,7 +367,6 @@ void MessageProcess::sendCapabilityRsp(uint64_t userArg) {
driver_version.major,
hw_info.cfg.macs_per_cc,
hw_info.cfg.cmd_stream_version,
- hw_info.cfg.shram_size,
hw_info.cfg.custom_dma,
};
#else
@@ -386,7 +385,6 @@ void MessageProcess::sendCapabilityRsp(uint64_t userArg) {
0,
0,
0,
- 0,
};
#endif