mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Use nullptr.
Change-Id: I469bbe4994ea22a22d2d72e47d72cab606d43eef
This commit is contained in:
@@ -22,7 +22,7 @@ WireEncoder::WireEncoder(unsigned int proto_rev)
|
||||
m_start = m_cur = (char *)std::malloc(1024);
|
||||
m_end = m_start + 1024;
|
||||
m_proto_rev = proto_rev;
|
||||
m_error = 0;
|
||||
m_error = nullptr;
|
||||
}
|
||||
|
||||
WireEncoder::~WireEncoder()
|
||||
|
||||
Reference in New Issue
Block a user