diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-01-01 21:06:20 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-01-01 21:06:20 +0000 |
| commit | 2cf6dfa280a8149941aafc852fbaae8bdfc4999e (patch) | |
| tree | 9e9ea6ed5591f424359ce25cd0f56d8932380a0e /stmhal/usbd_conf.h | |
| parent | b36be5ff5172c97a8f37228c1ec163df466fd588 (diff) | |
stmhal: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'stmhal/usbd_conf.h')
| -rw-r--r-- | stmhal/usbd_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_conf.h b/stmhal/usbd_conf.h index 0f7104e2f..fc8015f31 100644 --- a/stmhal/usbd_conf.h +++ b/stmhal/usbd_conf.h @@ -39,7 +39,7 @@ #include <stdlib.h>
#include <string.h>
-#include "mpconfig.h"
+#include "py/mpconfig.h"
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
|
