Added "config.h"
This commit is contained in:
parent
202c3d7065
commit
f028b8aec4
|
@ -0,0 +1,9 @@
|
|||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
#endif /*__CONFIG_H__*/
|
||||
|
Loading…
Reference in New Issue