mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02: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.