64bit millis() preparations

This commit is contained in:
2021-02-22 12:04:20 +01:00
parent e385dd8abc
commit 4458870228
13 changed files with 18 additions and 599 deletions

View File

@ -15,12 +15,13 @@
#include <inttypes.h>
#include "Stream.h"
#include "esp32-hal.h"
#if CONFIG_USB_CDC_ENABLED
#include "esp_event.h"
#include "Print.h"
ESP_EVENT_DECLARE_BASE(ARDUINO_USB_CDC_EVENTS);
typedef enum {
@ -49,7 +50,7 @@ typedef union {
} rx;
} arduino_usb_cdc_event_data_t;
class USBCDC: public Stream
class USBCDC: public Print
{
public:
USBCDC(uint8_t itf=0);