14 lines
262 B
C
14 lines
262 B
C
#ifndef _APP_INIT
|
|
#define _APP_INIT
|
|
|
|
#include "app_includes.h"
|
|
|
|
void app_init(void);
|
|
|
|
void edrk_init_matlab(void);
|
|
void edrk_init_variables_matlab(void);
|
|
void set_zadanie_u_charge_matlab(void);
|
|
void init_Uin_rms(void);
|
|
void init_flag_a(void);
|
|
#endif //_APP_INIT
|