Skip to content

Commit

Permalink
Merge pull request #44 from WebPlatformForEmbedded/fix/‘response’-may…
Browse files Browse the repository at this point in the history
…-be-used-uninitialized

Bluetooth: fix ‘response’ may be used uninitialized
  • Loading branch information
bramoosterhuis authored Jul 17, 2024
2 parents e3e21f0 + 841a5bf commit 42c66f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/bluetooth/drivers/SerialDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ namespace Bluetooth {
public:
inline Response(const command cmd, const uint16_t sequence)
: Request(cmd, sequence, _value)
, _value()
{
}
inline ~Response()
Expand Down

0 comments on commit 42c66f2

Please sign in to comment.