12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- #ifndef ES_TLM_H__
- #define ES_TLM_H__
- #include "es.h"
- void es_tlm_init(void);
- void es_tlm_tlm_get(es_tlm_frame_t * p_tlm_frame);
- void es_tlm_adv_cnt_inc(void);
- #endif
|