[fix][examples] improve some cases process

This commit is contained in:
jzlv 2021-08-25 18:50:27 +08:00
parent da549faf2d
commit 9fb0591d29
12 changed files with 215 additions and 21 deletions

View file

@ -27,6 +27,7 @@
#include "bl702_ef_ctrl.h"
#include "bl702_glb.h"
#include "hal_gpio.h"
#include "dev_cfg.h"
#define CDC_IN_EP 0x82
#define CDC_OUT_EP 0x01
@ -256,9 +257,6 @@ usbd_endpoint_t cdc_in_ep = {
extern struct device *usb_dc_init(void);
#define UART_DTR_PIN GPIO_PIN_22
#define UART_RTS_PIN GPIO_PIN_21
int main(void)
{
uint8_t chipid[8];