File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ int pyexec_friendly_repl(void) {
155155#endif
156156
157157friendly_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" );
159159 stdout_tx_str ("Type \"help()\" for more information.\r\n" );
160160
161161 // to test ctrl-C
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ STATIC char *prompt(char *p) {
142142}
143143
144144STATIC 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" );
146146
147147 for (;;) {
148148 char * line = prompt (">>> " );
You can’t perform that action at this time.
0 commit comments