minidummy: fix compilation error
[fw/openocd] / src / openocd.h
index 70e3ee0126f30e524bc1c935b3b4ac3af0ee0a08..a91d46f2f2568358f0ec402fc2366117fc04abcc 100644 (file)
@@ -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