update
This commit is contained in:
12
leakage_system/usr/app/usr_config.h
Normal file
12
leakage_system/usr/app/usr_config.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _USR_CONFIG_H_
|
||||
#define _USR_CONFIG_H_
|
||||
|
||||
#define USR_TRUE (1U)
|
||||
#define USR_FALSE (0U)
|
||||
|
||||
#define USR_ENABLE (1U)
|
||||
#define USR_DISABLE (0U)
|
||||
|
||||
#define USR_ON (1U)
|
||||
#define USR_OFF (0U)
|
||||
#endif
|
||||
Reference in New Issue
Block a user