uGOOSE  1.0
GOOSE for Embedded Devices. Sample project for Renesas R-IN32-EC
ugibso_config.h
Go to the documentation of this file.
1 /******************************************************************************/
21 #ifndef uGIBSO_CONFIG_H
22 #define uGIBSO_CONFIG_H
23 
24 /**********************************************************************************
25 * Processor Architecture
26 **********************************************************************************/
27 
28 #define THIRTY_TWO_BIT_PROCESSOR
29 /* #define SIXTEEN_BIT_PROCESSOR*/
32 /**********************************************************************************
33 * Size Limitations
34 **********************************************************************************/
35 
36 #define UGIBSO_MAX_NODES_255
39 /**********************************************************************************
40 * Other
41 **********************************************************************************/
42 
43 
44 
45 #endif /* uGIBSO_CONFIG_H */