Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
0f363e64
Commit
0f363e64
authored
Nov 28, 2017
by
Chun Fan
Browse files
Add comment to conn_systemreset headers
parent
b513b9e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/sd_api_v2/sdk/components/serialization/application/codecs/common/conn_systemreset.h
View file @
0f363e64
...
...
@@ -42,9 +42,15 @@
extern
"C"
{
#endif
/** @addtogroup CONN_ENUMERATIONS Enumerations
* @{ */
/**
* @brief Connectivity API SVC numbers.
*/
enum
CONN_SVCS
{
CONN_SYSTEMRESET
=
0
,
CONN_SYSTEMRESET
=
0x0
0
,
};
/**
...
...
src/sd_api_v5/sdk/components/serialization/application/codecs/common/conn_systemreset.h
View file @
0f363e64
...
...
@@ -44,9 +44,15 @@
extern
"C"
{
#endif
/** @addtogroup CONN_ENUMERATIONS Enumerations
* @{ */
/**
* @brief Connectivity API SVC numbers.
*/
enum
CONN_SVCS
{
CONN_SYSTEMRESET
=
0
,
CONN_SYSTEMRESET
=
0x0
0
,
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment