Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • stmhal
  • i2c.c
Find file Blame History Permalink
  • Damien George's avatar
    py: Fix mp_get_buffer, and use it in more places. · 8a1cab95
    Damien George authored Apr 13, 2014
    Must use mp_obj_get_type to get the type of an object.  Can't assume
    mp_obj_t is castable to mp_obj_base_t.
    8a1cab95