void memory_Init ( void   )

This function calls mg_Load() to retieve settings (wheel size, pedelec mode,...) from EEPROM memory.

See also:
mg_sMemory
Returns:
void

Definition at line 102 of file memory.c.

References mg_Load().

Referenced by init_InitModules().

{
  mg_Load();
}

Here is the call graph for this function:

Here is the caller graph for this function: