9 lines
82 B
C
9 lines
82 B
C
#ifndef _CONFIG_H_
|
|
#define _CONFIG_H_
|
|
|
|
|
|
void configInit();
|
|
|
|
|
|
#endif // _CONFIG_H_
|