Skip to content

Commit f53d9b6

Browse files
committed
Re-enable status for PABotBase2.
1 parent ba24f33 commit f53d9b6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Common/Cpp/StreamConnections/MockDevice.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "Common/PABotBase2/ReliableConnectionLayer/PABotBase2_ConnectionDebug.h"
1010
#include "MockDevice.h"
1111

12-
// REMOVE
1312
#include <iostream>
1413
using std::cout;
1514
using std::endl;

SerialPrograms/Source/NintendoSwitch/Controllers/PABotBase2/NintendoSwitch_PABotBase2_WiredController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ PABotBase2_WiredController::PABotBase2_WiredController(
7575

7676
// cout << "Starting status thread" << endl;
7777

78-
#if 0 // REMOVE
78+
#if 1
7979
m_status_thread.reset(new ControllerStatusThread(
8080
connection, *this
8181
));

0 commit comments

Comments
 (0)