update gencode
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#ifndef __APP_CONFIG_H__
|
||||
|
||||
#ifndef AP_DT_MS
|
||||
#define AP_DT_MS (3.061)
|
||||
#endif
|
||||
|
||||
#ifndef PARAM_PROPS_MAXLEN
|
||||
#define PARAM_PROPS_MAXLEN (640)
|
||||
#endif
|
||||
@@ -21,41 +25,41 @@
|
||||
#endif
|
||||
|
||||
#ifndef UART1_RX_ENABLE
|
||||
#define UART1_RX_ENABLE (1)
|
||||
#define UART1_RX_ENABLE (512)
|
||||
#endif
|
||||
#ifndef UART2_RX_ENABLE
|
||||
#define UART2_RX_ENABLE (1)
|
||||
#define UART2_RX_ENABLE (512)
|
||||
#endif
|
||||
#ifndef UART4_RX_ENABLE
|
||||
#define UART4_RX_ENABLE (1)
|
||||
#define UART4_RX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART6_RX_ENABLE
|
||||
#define UART6_RX_ENABLE (0)
|
||||
#define UART6_RX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART7_RX_ENABLE
|
||||
#define UART7_RX_ENABLE (1)
|
||||
#define UART7_RX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART8_RX_ENABLE
|
||||
#define UART8_RX_ENABLE (1)
|
||||
#define UART8_RX_ENABLE (256)
|
||||
#endif
|
||||
|
||||
#ifndef UART1_TX_ENABLE
|
||||
#define UART1_TX_ENABLE (1)
|
||||
#define UART1_TX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART2_TX_ENABLE
|
||||
#define UART2_TX_ENABLE (1)
|
||||
#define UART2_TX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART4_TX_ENABLE
|
||||
#define UART4_TX_ENABLE (0)
|
||||
#endif
|
||||
#ifndef UART6_TX_ENABLE
|
||||
#define UART6_TX_ENABLE (0)
|
||||
#define UART6_TX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART7_TX_ENABLE
|
||||
#define UART7_TX_ENABLE (1)
|
||||
#define UART7_TX_ENABLE (256)
|
||||
#endif
|
||||
#ifndef UART8_TX_ENABLE
|
||||
#define UART8_TX_ENABLE (1)
|
||||
#define UART8_TX_ENABLE (256)
|
||||
#endif
|
||||
|
||||
#define UART1_BAUDRATE (460800)
|
||||
|
||||
Reference in New Issue
Block a user