Include config.h in pregenerated rlink_speed_table.c source.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1755 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
e29ed183fc
commit
591a23ec8d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue