mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Pretty much everyone needs to include map.h, since it's such an integral part of the Micro Python object implementation. Thus, the definitions are now in obj.h instead. map.h is removed.