commit | 9ac2ac84305b3d728f6c640a09d5fa4e909efb7a | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Mon Feb 03 16:04:50 2020 -0500 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Feb 20 17:41:03 2020 +0000 |
tree | 86b163aaac8743831ce028ac42110699929863ea | |
parent | 0ed9022d46f6e5b2319492c9c39189b7c5a6e095 [diff] [blame] |
[sw] Fix a few non-absolute includes Signed-off-by: Miguel Young de la Sota <mcyoung@google.com>
diff --git a/sw/device/lib/usb_simpleserial.h b/sw/device/lib/usb_simpleserial.h index 59f4238..5929c76 100644 --- a/sw/device/lib/usb_simpleserial.h +++ b/sw/device/lib/usb_simpleserial.h
@@ -9,7 +9,7 @@ #include <stdint.h> #include "sw/device/lib/common.h" -#include "usbdev.h" +#include "sw/device/lib/usbdev.h" // This is only here because caller of _init needs it typedef struct usb_ss_ctx {