Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
e3a9c6af
Commit
e3a9c6af
authored
Jun 20, 2016
by
Deomid Ryabkov
Committed by
Cesanta Bot
Jun 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mass-fix header guards
PUBLISHED_FROM=7e5fc4da88069a6193d911660f522b43ed1a5d40
parent
3f1a33e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
Board.h
examples/MSP432/ccs/MG_hello/Board.h
+3
-3
MSP_EXP432P401R.h
examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.h
+3
-3
wifi.h
examples/MSP432/ccs/MG_hello/wifi.h
+3
-3
No files found.
examples/MSP432/ccs/MG_hello/Board.h
View file @
e3a9c6af
...
...
@@ -31,8 +31,8 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef
__BOARD_H
#define
__BOARD_H
#ifndef
CS_MONGOOSE_EXAMPLES_MSP432_CCS_MG_HELLO_BOARD_H_
#define
CS_MONGOOSE_EXAMPLES_MSP432_CCS_MG_HELLO_BOARD_H_
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -97,4 +97,4 @@ extern "C" {
}
#endif
#endif
/*
__BOARD_H
*/
#endif
/*
CS_MONGOOSE_EXAMPLES_MSP432_CCS_MG_HELLO_BOARD_H_
*/
examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.h
View file @
e3a9c6af
...
...
@@ -43,8 +43,8 @@
*
* ============================================================================
*/
#ifndef
__MSP_EXP432P401R_H
#define
__MSP_EXP432P401R_H
#ifndef
CS_MONGOOSE_EXAMPLES_MSP432_CCS_MG_HELLO_MSP_EXP432P401R_H_
#define
CS_MONGOOSE_EXAMPLES_MSP432_CCS_MG_HELLO_MSP_EXP432P401R_H_
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -250,4 +250,4 @@ extern void MSP_EXP432P401R_initWiFi(void);
}
#endif
#endif
/*
__MSP_EXP432P401R_H
*/
#endif
/*
CS_MONGOOSE_EXAMPLES_MSP432_CCS_MG_HELLO_MSP_EXP432P401R_H_
*/
examples/MSP432/ccs/MG_hello/wifi.h
View file @
e3a9c6af
...
...
@@ -3,12 +3,12 @@
* All rights reserved
*/
#ifndef CS_MONGOOSE_EXAMPLES_
CC3200
_WIFI_H_
#define CS_MONGOOSE_EXAMPLES_
CC3200
_WIFI_H_
#ifndef CS_MONGOOSE_EXAMPLES_
MSP432_CCS_MG_HELLO
_WIFI_H_
#define CS_MONGOOSE_EXAMPLES_
MSP432_CCS_MG_HELLO
_WIFI_H_
#include <stdbool.h>
bool
wifi_setup_ap
(
const
char
*
ssid
,
const
char
*
pass
,
int
channel
);
bool
wifi_setup_sta
(
const
char
*
ssid
,
const
char
*
pass
);
#endif
/* CS_MONGOOSE_EXAMPLES_
CC3200
_WIFI_H_ */
#endif
/* CS_MONGOOSE_EXAMPLES_
MSP432_CCS_MG_HELLO
_WIFI_H_ */
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