mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 10:10:29 +08:00
refactoring
This commit is contained in:
parent
79e1b457b7
commit
50b6237e98
@ -24,19 +24,21 @@
|
|||||||
|
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
#include "proto.h"
|
#include "proto.h"
|
||||||
|
#include "board.h"
|
||||||
|
#include "outputs.h"
|
||||||
#ifdef AUM
|
#ifdef AUM
|
||||||
# include "aum.h"
|
# include "aum.h"
|
||||||
#endif
|
#endif
|
||||||
#include "board.h"
|
|
||||||
#include "outputs.h"
|
|
||||||
|
|
||||||
static DRIVERS::Connection *_conn;
|
static DRIVERS::Connection *_conn;
|
||||||
static DRIVERS::Board *_board;
|
static DRIVERS::Board *_board;
|
||||||
static Outputs _out;
|
static Outputs _out;
|
||||||
|
|
||||||
#ifdef HID_DYNAMIC
|
#ifdef HID_DYNAMIC
|
||||||
|
# define RESET_TIMEOUT 500000
|
||||||
static bool _reset_required = false;
|
static bool _reset_required = false;
|
||||||
static unsigned long _reset_timestamp;
|
static unsigned long _reset_timestamp;
|
||||||
# define RESET_TIMEOUT 500000
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user