MW22-02A/APP/Service/service_error_count.h

17 lines
137 B
C
Raw Normal View History

2025-05-21 01:55:40 +00:00
#ifndef __PTZ_ERROR_COUNT_H_
#define __PTZ_ERROR_COUNT_H_
extern char error_conut_state;
void init_error_count_task();
#endif