Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
13f88771
authored
2018-07-12 01:26:06 -0700
by
Pavan Sabbineni
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ILP-704 Changed SSID array type from int8_t to uint8_t.
1 parent
b4037adc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
.gitignore
HPE/V1.2/HpeWiFi.xid.xml
HPE/V2.0/HpeWiFi.xid.xml
.gitignore
deleted
100644 → 0
View file @
b4037ad
xidout
HPE/V1.2/HpeWiFi.xid.xml
View file @
13f8877
...
...
@@ -15,7 +15,7 @@
<using
namespace=
"Tensor"
/>
<using
namespace=
"HPE"
/>
<array
name=
"SSID"
type=
"int8"
size=
"33"
>
<array
name=
"SSID"
type=
"
u
int8"
size=
"33"
>
<comment>
ssid string of wifi access point
</comment>
</array>
...
...
HPE/V2.0/HpeWiFi.xid.xml
View file @
13f8877
...
...
@@ -15,7 +15,7 @@
<using
namespace=
"Tensor"
/>
<using
namespace=
"HPE"
/>
<array
name=
"SSID"
type=
"int8"
size=
"33"
>
<array
name=
"SSID"
type=
"
u
int8"
size=
"33"
>
<comment>
ssid string of wifi access point
</comment>
</array>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment