Browse Source

更改主动上报最小上报周期为20ms

new_pcb
tianjialong 2 years ago
parent
commit
d1ed1efea0
  1. 10
      MDK-ARM/LWIP.uvguix.29643
  2. 2
      usersrc/udpclient.c

10
MDK-ARM/LWIP.uvguix.29643
File diff suppressed because it is too large
View File

2
usersrc/udpclient.c

@ -39,7 +39,7 @@
#define CLEAR_ENCODER_2 2
#define ORDER_RECEIPT_INTERCONVERSION 0X8000
#define ACTIVE_MIN_REPORT_CYCLE 50
#define ACTIVE_MIN_REPORT_CYCLE 20
static bool udp_client_active_flag;
static bool genlock_and_esync_active_flag;

Loading…
Cancel
Save