mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-21 12:18:43 +00:00
[fix][examples] improve some cases process
This commit is contained in:
parent
da549faf2d
commit
9fb0591d29
12 changed files with 215 additions and 21 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue