NinjaFlight
|
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <platform.h>
#include "build_config.h"
#include "common/utils.h"
#include "usb_core.h"
#include "usb_init.h"
#include "hw_config.h"
#include "drivers/system.h"
#include "serial.h"
#include "serial_usb_vcp.h"
Macros | |
#define | USB_TIMEOUT 50 |
Functions | |
serialPort_t * | usbVcpOpen (void) |
uint32_t | usbVcpGetBaudRate (serialPort_t *instance) |
#define USB_TIMEOUT 50 |
uint32_t usbVcpGetBaudRate | ( | serialPort_t * | instance | ) |
serialPort_t* usbVcpOpen | ( | void | ) |