Skip to content

Commit

Permalink
Fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 21, 2023
1 parent 800cbec commit 2316475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ vpServoPololuMaestro::vpServoPololuMaestro(const std::string &device, int baudra
std::string error_msg;
m_nb_servo++;

if (not m_interface) {
if (!m_interface) {
m_interface = RPMSerialInterface::createSerialInterface(device, baudrate, &error_msg);

if (!m_interface->isOpen()) {
Expand Down

0 comments on commit 2316475

Please sign in to comment.