Skip to content
Snippets Groups Projects
Select Git revision
  • d17926db710189db97a49e9b2e72d782fc404231
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

objbool.c

  • Damien George's avatar
    d17926db
    Rename rt_* to mp_*. · d17926db
    Damien George authored
    Mostly just a global search and replace.  Except rt_is_true which
    becomes mp_obj_is_true.
    
    Still would like to tidy up some of the names, but this will do for now.
    d17926db
    History
    Rename rt_* to mp_*.
    Damien George authored
    Mostly just a global search and replace.  Except rt_is_true which
    becomes mp_obj_is_true.
    
    Still would like to tidy up some of the names, but this will do for now.