aboutsummaryrefslogtreecommitdiff
path: root/stmhal/main.c
diff options
context:
space:
mode:
authorAndrew Scheller2014-04-11 00:02:10 +0100
committerAndrew Scheller2014-04-16 02:41:26 +0100
commit1452221aca8851df029702e8a71be339005bd5fd (patch)
tree1d310c209c57b3b8d2e0add4125fec5fb001b49d /stmhal/main.c
parent2822d4e6ce9cdb29fcf4646212519447da338678 (diff)
Auto-generate the stmhal/pybcdc_inf header file from static files
The USB VID&PID are automatically extracted from usbd_desc_cdc_msc.c and inserted into pybcdc_inf.template, ensuring that the same USB IDs get used everywhere
Diffstat (limited to 'stmhal/main.c')
-rw-r--r--stmhal/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c
index cc41a195a..c5633fb68 100644
--- a/stmhal/main.c
+++ b/stmhal/main.c
@@ -134,7 +134,7 @@ static const char fresh_main_py[] =
;
static const char fresh_pybcdc_inf[] =
-#include "pybcdc.h"
+#include "build/pybcdc_inf.h"
;
static const char fresh_readme_txt[] =