13f88771 by Pavan Sabbineni

ILP-704 Changed SSID array type from int8_t to uint8_t.

1 parent b4037adc
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 <using namespace="Tensor"/> 15 <using namespace="Tensor"/>
16 <using namespace="HPE"/> 16 <using namespace="HPE"/>
17 17
18 <array name="SSID" type="int8" size="33"> 18 <array name="SSID" type="uint8" size="33">
19 <comment>ssid string of wifi access point</comment> 19 <comment>ssid string of wifi access point</comment>
20 </array> 20 </array>
21 21
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 <using namespace="Tensor"/> 15 <using namespace="Tensor"/>
16 <using namespace="HPE"/> 16 <using namespace="HPE"/>
17 17
18 <array name="SSID" type="int8" size="33"> 18 <array name="SSID" type="uint8" size="33">
19 <comment>ssid string of wifi access point</comment> 19 <comment>ssid string of wifi access point</comment>
20 </array> 20 </array>
21 21
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!