File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ int pyexec_friendly_repl(void) {
155
155
#endif
156
156
157
157
friendly_repl_reset :
158
- stdout_tx_str ("Micro Python " MICROPY_GIT_TAG " (" MICROPY_GIT_HASH " on " MICROPY_BUILD_DATE ") ; " MICROPY_HW_BOARD_NAME " with STM32F405RG\r\n" );
158
+ stdout_tx_str ("Micro Python " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with STM32F405RG\r\n" );
159
159
stdout_tx_str ("Type \"help()\" for more information.\r\n" );
160
160
161
161
// to test ctrl-C
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ STATIC char *prompt(char *p) {
142
142
}
143
143
144
144
STATIC void do_repl (void ) {
145
- printf ("Micro Python " MICROPY_GIT_TAG " (" MICROPY_GIT_HASH " on " MICROPY_BUILD_DATE ") ; UNIX version\n" );
145
+ printf ("Micro Python " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; UNIX version\n" );
146
146
147
147
for (;;) {
148
148
char * line = prompt (">>> " );
You can’t perform that action at this time.
0 commit comments