Fix EM build: Use BPX Batt dummy

This commit is contained in:
2025-02-06 13:07:36 +01:00
parent ea6dbb6454
commit a9204fb042
25 changed files with 172 additions and 50 deletions

View File

@ -53,7 +53,7 @@ class CspComIF : public DeviceCommunicationIF, public SystemObject {
typedef uint8_t node_t;
struct ReplyInfo {
ReplyInfo(size_t maxLen) : replyBuf(maxLen){};
ReplyInfo(size_t maxLen) : replyBuf(maxLen) {};
std::vector<uint8_t> replyBuf;
size_t replyLen = 0;
};