mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Make libusbp work on Windows; rework the Microsoft-specific bits of the
firmware to match. This does at least allow us to get rid of the patcher.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "protocol.h"
|
||||
#include "fluxmap.h"
|
||||
#include "bytes.h"
|
||||
#include "libusbp_config.h"
|
||||
#include "libusbp.hpp"
|
||||
#include "fmt/format.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef USBSERIAL_H
|
||||
#define USBSERIAL_H
|
||||
|
||||
#include "libusbp_config.h"
|
||||
#include "libusbp.hpp"
|
||||
|
||||
struct CandidateDevice
|
||||
|
||||
Reference in New Issue
Block a user