aboutsummaryrefslogtreecommitdiff
path: root/examples/standalone/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/standalone/stubs.c')
-rw-r--r--examples/standalone/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c
index ce05f41..6511557 100644
--- a/examples/standalone/stubs.c
+++ b/examples/standalone/stubs.c
@@ -14,7 +14,7 @@ struct cmd_tbl;
* from flash memory. The global_data address is passed as argv[-1]
* to the application program.
*/
-static struct jt_funcs *jt;
+struct jt_funcs *jt;
gd_t *global_data;
#define EXPORT_FUNC(f, a, x, ...) \