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

@ -12,7 +12,7 @@
#include "fsfw/devicehandlers/DeviceCommunicationIF.h"
struct Max31865ReaderCookie : public CookieIF {
Max31865ReaderCookie(){};
Max31865ReaderCookie() {};
Max31865ReaderCookie(object_id_t handlerId_, uint8_t idx_, const std::string& locString_,
SpiCookie* spiCookie_)
: idx(idx_), handlerId(handlerId_), locString(locString_), spiCookie(spiCookie_) {}