This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#ifndef _KEY_FUNCTIONS_MODBUS_H_
#define _KEY_FUNCTIONS_MODBUS_H_
#include "apps_gather.h"
//Modbus配置界面,弹窗内部游标移动
void cursor_move(int8_t step);
extern uint8_t window_trx_focus;
extern uint8_t window_num[4];
extern uint8_t window_cursor;
extern uint8_t window_cursor_prv;
#endif