diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-06-16 14:45:55 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-06-16 14:45:55 +0000 |
commit | 4b97f3cbb9603c13f69f8d3b5371c12045593126 (patch) | |
tree | c08fe66aa95fc2aac51a1bdf34cf5f4882dfe65b /src/pld | |
parent | 3d026ce94393e5e53cccb5d5364f9d500d5b3733 (diff) | |
download | riscv-openocd-4b97f3cbb9603c13f69f8d3b5371c12045593126.zip riscv-openocd-4b97f3cbb9603c13f69f8d3b5371c12045593126.tar.gz riscv-openocd-4b97f3cbb9603c13f69f8d3b5371c12045593126.tar.bz2 |
- added mingw elf patches from Vincent Palatin
- added str9x programming using flash controller tap (str9xpec), including option bytes and device lock/unlock
- inttypes.h now used for long long printf style declarations
git-svn-id: svn://svn.berlios.de/openocd/trunk@174 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/pld')
-rw-r--r-- | src/pld/pld.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pld/pld.c b/src/pld/pld.c index a20f9d9..6f08ee1 100644 --- a/src/pld/pld.c +++ b/src/pld/pld.c @@ -21,6 +21,8 @@ #include "config.h" #endif +#include "replacements.h" + #include "pld.h" #include "jtag.h" |