mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Fix spelling (#128)
* Fix spelling in .cpp files * Fix spelling in all files
This commit is contained in:
@@ -201,7 +201,7 @@ $(call object_for,python/src/py/objmodule.c): SFLAGS += -DMP_QSTR_urandom="MP_QS
|
||||
$(call object_for,python/src/extmod/modurandom.c): SFLAGS += -DMP_QSTR_urandom="MP_QSTR_random"
|
||||
|
||||
# Rename usys to sys
|
||||
# In order to change the name of the micropython module 'usys' to 'usys'
|
||||
# In order to change the name of the micropython module 'usys' to 'sys'
|
||||
# (without altering micropython files), we redefined the macro MP_QSTR_usys
|
||||
# by DMP_QSTR_sys.
|
||||
$(call object_for,python/src/py/objmodule.c): SFLAGS += -DMP_QSTR_usys="MP_QSTR_sys"
|
||||
|
||||
Reference in New Issue
Block a user