Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
e433ba8d
Commit
e433ba8d
authored
8 years ago
by
Deomid Ryabkov
Committed by
rojer
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Clarify debug message a bit
PUBLISHED_FROM=c4f72d1b47508cdc560ec345064ecdfc3b529f5a
parent
848c884f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/CC3200/wifi.c
+1
-1
1 addition, 1 deletion
examples/CC3200/wifi.c
examples/MSP432/ccs/MG_hello/wifi.c
+1
-1
1 addition, 1 deletion
examples/MSP432/ccs/MG_hello/wifi.c
with
2 additions
and
2 deletions
examples/CC3200/wifi.c
+
1
−
1
View file @
e433ba8d
...
...
@@ -15,7 +15,7 @@
void
SimpleLinkWlanEventHandler
(
SlWlanEvent_t
*
e
)
{
switch
(
e
->
Event
)
{
case
SL_WLAN_CONNECT_EVENT
:
LOG
(
LL_INFO
,
(
"WiFi: connected"
));
LOG
(
LL_INFO
,
(
"WiFi: connected
, getting IP
"
));
break
;
case
SL_WLAN_STA_CONNECTED_EVENT
:
LOG
(
LL_INFO
,
(
"WiFi: station connected"
));
...
...
This diff is collapsed.
Click to expand it.
examples/MSP432/ccs/MG_hello/wifi.c
+
1
−
1
View file @
e433ba8d
...
...
@@ -7,7 +7,7 @@
void
SimpleLinkWlanEventHandler
(
SlWlanEvent_t
*
e
)
{
switch
(
e
->
Event
)
{
case
SL_WLAN_CONNECT_EVENT
:
LOG
(
LL_INFO
,
(
"WiFi: connected"
));
LOG
(
LL_INFO
,
(
"WiFi: connected
, getting IP
"
));
break
;
case
SL_WLAN_STA_CONNECTED_EVENT
:
LOG
(
LL_INFO
,
(
"WiFi: station connected"
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment