17 lines
137 B
C
17 lines
137 B
C
|
#ifndef __PTZ_ERROR_COUNT_H_
|
||
|
#define __PTZ_ERROR_COUNT_H_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
extern char error_conut_state;
|
||
|
|
||
|
|
||
|
|
||
|
void init_error_count_task();
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|