mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +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.