Skip to content

Commit b4c982f

Browse files
committed
Change micropython string
1 parent a7e4501 commit b4c982f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ typedef double mp_float_t;
18691869

18701870
// String used for the banner, and sys.version additional information
18711871
#ifndef MICROPY_BANNER_NAME_AND_VERSION
1872-
#define MICROPY_BANNER_NAME_AND_VERSION "MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE
1872+
#define MICROPY_BANNER_NAME_AND_VERSION "CircuitPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE
18731873
#endif
18741874

18751875
// String used for the second part of the banner, and sys.implementation._machine

0 commit comments

Comments
 (0)