Skip to content

Commit 44798a7

Browse files
fixup! updating entrypoint for ArduinoMqttClient
1 parent bd0d140 commit 44798a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoMqttClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using MqttClient = ZephyrMqttClient;
2727
#else
2828
#include "MqttClient.h"
2929

30-
using MqttClient = ArduinoMqttClient;
30+
using MqttClient = arduino::MqttClient;
3131
#endif
3232

3333
#endif

0 commit comments

Comments
 (0)