Rename BOOTSEL to PICOBOOT, disable mass storage in bootsel mode
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
struct ResponseBOOTSEL {
|
||||
struct ResponsePICOBOOT {
|
||||
static constexpr int8_t ext_id = 1;
|
||||
auto as_tuple() const { return std::tie(); }
|
||||
auto as_tuple() { return std::tie(); }
|
||||
};
|
||||
|
||||
struct RequestBOOTSEL {
|
||||
struct RequestPICOBOOT {
|
||||
static constexpr int8_t ext_id = 2;
|
||||
auto as_tuple() const { return std::tie(); }
|
||||
auto as_tuple() { return std::tie(); }
|
||||
|
||||
Reference in New Issue
Block a user