diff --git a/Source/bluetooth/drivers/SerialDriver.h b/Source/bluetooth/drivers/SerialDriver.h index 9d726c4..1311d46 100644 --- a/Source/bluetooth/drivers/SerialDriver.h +++ b/Source/bluetooth/drivers/SerialDriver.h @@ -236,6 +236,7 @@ namespace Bluetooth { public: inline Response(const command cmd, const uint16_t sequence) : Request(cmd, sequence, _value) + , _value() { } inline ~Response()