keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Adapt HIDReportObserver for testing in virtual builds. #64

Closed paniag closed 4 years ago

paniag commented 4 years ago

It's not exactly pretty, but it lets tests work cleanly while preserving regular builds.

Signed-off-by: Eric Paniagua epaniagua@google.com

paniag commented 4 years ago

Solved a different way to prevent leaking KALEIDOSCOPE_VIRTUAL_BUILD across projects.