initial USB serial thread integrated to BLE RX (#1651)

This commit is contained in:
Netro 2023-12-19 16:20:13 -05:00 committed by GitHub
parent 4ca2d1e352
commit 1ca9288bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 138 additions and 13 deletions

View file

@ -28,8 +28,10 @@
#include <cstddef>
#include <algorithm>
#include "chprintf.h"
#include "irq_controls.hpp"
#include "string_format.hpp"
#include "usb_serial_io.h"
using namespace portapack;