ports: Convert legacy uppercase macro names to lowercase.

This commit is contained in:
Damien George
2019-01-30 22:05:48 +11:00
parent f03601779e
commit 6e30f96b0b
46 changed files with 77 additions and 77 deletions

View File

@@ -250,7 +250,7 @@ STATIC mp_obj_t extra_coverage(void) {
mp_printf(&mp_plat_print, "# str\n");
// intern string
mp_printf(&mp_plat_print, "%d\n", MP_OBJ_IS_QSTR(mp_obj_str_intern(mp_obj_new_str("intern me", 9))));
mp_printf(&mp_plat_print, "%d\n", mp_obj_is_qstr(mp_obj_str_intern(mp_obj_new_str("intern me", 9))));
}
// bytearray