diff options
-rw-r--r-- | src/jtag/rlink/rlink_speed_table.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jtag/rlink/rlink_speed_table.c b/src/jtag/rlink/rlink_speed_table.c index a4b01dd9..f91a58eb 100644 --- a/src/jtag/rlink/rlink_speed_table.c +++ b/src/jtag/rlink/rlink_speed_table.c @@ -1,4 +1,7 @@ /* This file was created automatically by ../../../tools/rlink_make_speed_table/rlink_make_speed_table.pl. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "rlink.h" #include "st7.h" |