mirror of
https://github.com/RQNG/WouoUI.git
synced 2025-06-18 13:57:54 +00:00
12 lines
193 B
C
12 lines
193 B
C
![]() |
#ifndef __PAGE_RANGING_H
|
||
|
#define __PAGE_RANGING_H
|
||
|
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "gui_main.h"
|
||
|
|
||
|
void ranging_param_init(void);
|
||
|
void ranging_proc(void);
|
||
|
|
||
|
#endif /****** __PAGE_IR_TEST_H ******/
|