From 022659d501639bf4de0b0fb4a5c5a0e834f0f74d Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Mon, 14 Jun 2021 18:59:00 +0100 Subject: [PATCH] Update wio-terminal-connect-hub.md --- .../wio-terminal-connect-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-farm/lessons/4-migrate-your-plant-to-the-cloud/wio-terminal-connect-hub.md b/2-farm/lessons/4-migrate-your-plant-to-the-cloud/wio-terminal-connect-hub.md index a7380048..a6d7c7c9 100644 --- a/2-farm/lessons/4-migrate-your-plant-to-the-cloud/wio-terminal-connect-hub.md +++ b/2-farm/lessons/4-migrate-your-plant-to-the-cloud/wio-terminal-connect-hub.md @@ -110,7 +110,7 @@ The next step is to connect your device to IoT Hub. initTime(); ``` -1. Add the following variable declaration to the top of the file, just below the included directives: +1. Add the following variable declaration to the top of the file, just below the included directive: ```cpp IOTHUB_DEVICE_CLIENT_LL_HANDLE _device_ll_handle;