File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
* The MIT License (MIT)
5
5
*
6
6
* Copyright (c) 2013, 2014 Damien P. George
7
- * Copyright (c) 2016 Linaro Limited
7
+ * Copyright (c) 2016-2017 Linaro Limited
8
8
*
9
9
* Permission is hereby granted, free of charge, to any person obtaining a copy
10
10
* of this software and associated documentation files (the "Software"), to deal
41
41
#include "lib/utils/pyexec.h"
42
42
#include "lib/mp-readline/readline.h"
43
43
44
+ static char * stack_top ;
45
+ static char heap [MICROPY_HEAP_SIZE ];
46
+
44
47
void do_str (const char * src , mp_parse_input_kind_t input_kind ) {
45
48
nlr_buf_t nlr ;
46
49
if (nlr_push (& nlr ) == 0 ) {
@@ -56,9 +59,6 @@ void do_str(const char *src, mp_parse_input_kind_t input_kind) {
56
59
}
57
60
}
58
61
59
- static char * stack_top ;
60
- static char heap [MICROPY_HEAP_SIZE ];
61
-
62
62
void init_zephyr (void ) {
63
63
// We now rely on CONFIG_NET_APP_SETTINGS to set up bootstrap
64
64
// network addresses.
You can’t perform that action at this time.
0 commit comments