diff options
| author | Damien | 2013-10-25 20:53:54 +0100 |
|---|---|---|
| committer | Damien | 2013-10-25 20:53:54 +0100 |
| commit | 58a1b4c6cf8b9675c56e9eebd0f620ec7b66d83f (patch) | |
| tree | eaa73f9969018ee88f5c013f63936c9665ecdcdd /stm/Makefile | |
| parent | 2839168340b5ac9f947c01b42f7ddf960da81aa6 (diff) | |
Add USB HID support. Runs as an alternative to VCP+MSC.
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/Makefile b/stm/Makefile index dace8cb6c..5ad469d71 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -75,6 +75,7 @@ SRC_STM = \ usbd_usr.c \ usbd_desc.c \ usbd_pyb_core.c \ + usbd_pyb_core2.c \ usbd_cdc_vcp.c \ usbd_msc_bot.c \ usbd_msc_data.c \ |
