We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131eb71 commit a1faeb2Copy full SHA for a1faeb2
src/sfTkArdUART.cpp
@@ -20,7 +20,7 @@
20
#include "sfTk/sfTkISerial.h"
21
#include "sfTk/sfTkIUART.h"
22
23
-sfTkError_t sfTkArdUART::init(arduino::HardwareSerial &hwSerial, sfTkIUART::UARTConfig_t config, bool bInit)
+sfTkError_t sfTkArdUART::init(arduino::HardwareSerial &hwSerial, sfTkIUART::UARTConfig_t &config, bool bInit)
24
{
25
_hwSerial = &hwSerial; // set the serial port
26
0 commit comments