init proj
This commit is contained in:
14
john103C6T6/Core/Inc/def.h
Normal file
14
john103C6T6/Core/Inc/def.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __DEF_H
|
||||
#define __DEF_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define MAX_DEVICES 10
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __MAIN_H */
|
||||
Reference in New Issue
Block a user