Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2136 - 1
/*
2
 * wifly_setup.h
3
 *
4
 *  Created on: 02.07.2013
5
 *      Author: cebra
6
 */
7
 
8
#ifndef WIFLY_SETUP_H_
9
#define WIFLY_SETUP_H_
10
 
11
 
12
#define WIFLY_APMODE    1
13
#define WIFLY_ADHOC             2
14
 
15
 
16
void Setup_WiFly( void );
17
 
18
#endif /* WIFLY_SETUP_H_ */