Choco OS  V.0.16.9.0
Join to the chocolate world
oc_module.c
Go to the documentation of this file.
1 
27 #include <oc_module.h>
28 
34 #define _________________________________________VARIABLES_SECTION__________________________________________________________________________
35 
36 uint32_t oC_Module_EnabledFlags[ oC_Module_NumberOfModules/32 + ((oC_Module_NumberOfModules%32) ? 1 : 0)];
37 
38 #undef _________________________________________VARIABLES_SECTION__________________________________________________________________________
The file with interface for the module library.