The simulator hadn't been updated for these changes

f/driver/keyboardiohid-orig
Jesse Vincent 4 years ago
parent cacca53496
commit 290a4db2d4
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -17,7 +17,7 @@
#ifdef KALEIDOSCOPE_VIRTUAL_BUILD
#include "DefaultHIDReportConsumer.h"
#include "MultiReport/Keyboard.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Keyboard.h"
#include "Logging.h"
#include "virtual_io.h"

@ -21,7 +21,8 @@
#include <cstring>
#include "MouseButtons.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MouseButtons.h"
namespace kaleidoscope {
namespace testing {

@ -19,8 +19,7 @@
#include <cstdint>
#include <vector>
#include "DeviceAPIs/AbsoluteMouseAPI.h"
#include "HID-Settings.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/DeviceAPIs/AbsoluteMouseAPI.h"
namespace kaleidoscope {
namespace testing {

@ -19,8 +19,7 @@
#include <cstdint>
#include <vector>
#include "HID-Settings.h"
#include "MultiReport/ConsumerControl.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/ConsumerControl.h"
namespace kaleidoscope {
namespace testing {

@ -16,8 +16,6 @@
#include "testing/HIDState.h"
#include "HID-Settings.h"
#include "testing/fix-macros.h"
// TODO(epan): Add proper logging.

@ -19,8 +19,7 @@
#include <cstdint>
#include <vector>
#include "HID-Settings.h"
#include "MultiReport/Keyboard.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Keyboard.h"
namespace kaleidoscope {
namespace testing {

@ -19,8 +19,7 @@
#include <cstdint>
#include <vector>
#include "HID-Settings.h"
#include "MultiReport/SystemControl.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/SystemControl.h"
namespace kaleidoscope {
namespace testing {

@ -15,7 +15,6 @@ shared_includes := \
-I${top_dir} \
-I${top_dir}/src \
-I${arduino_platform_path}/cores/arduino \
-I${arduino_platform_path}/libraries/KeyboardioHID/src \
-I${top_dir}/testing/googletest/googlemock/include \
-I${top_dir}/testing/googletest/googletest/include \

Loading…
Cancel
Save