13f88771 by Pavan Sabbineni

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

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