Skip to content

Commit 0a1ae61

Browse files
committed
OOps
1 parent db1ba14 commit 0a1ae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ int main(void) {
1212
#ifdef SIM_ON
1313
SharedMemory::start();
1414
#endif
15-
uint32_t local_serversocket_port = 8202;
15+
uint16_t local_serversocket_port = 8202;
1616
std::string localip = "127.0.0.1";
1717
std::unique_ptr<ServerSocket> serversocket = nullptr;
1818
StackPacket* inputpacket = nullptr;

0 commit comments

Comments
 (0)