diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openocd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.h b/src/openocd.h index 70e3ee01..a91d46f2 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -37,6 +37,6 @@ void openocd_sleep_prelude(void); void openocd_sleep_postlude(void); /// provides a hard-coded command environment setup -extern const char *openocd_startup_tcl; +extern const char openocd_startup_tcl[]; #endif |