From 09e3d1f69634addbf9c8b80e281f1d6773f7b24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anian=20B=C3=BChler?= <anian.buehler@reutlingen-university.de> Date: Thu, 29 Apr 2021 13:56:27 +0000 Subject: [PATCH] Update didacticNet.h --- src/didacticNet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/didacticNet.h b/src/didacticNet.h index 3f519b6..6d4642e 100644 --- a/src/didacticNet.h +++ b/src/didacticNet.h @@ -71,8 +71,8 @@ class didacticPSNet didacticPSNet(); ~didacticPSNet(); - begin(Stream& _port); - begin(Stream& _port, PSNET_CALLBACK_SIGNATURE); + void begin(Stream& _port); + void begin(Stream& _port, PSNET_CALLBACK_SIGNATURE); bool handleNetwork(); bool isDataToSend(); -- GitLab