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

modtermios.c

Blame
  • user avatar
    Damien George authored
    This allows the mp_obj_t type to be configured to something other than a
    pointer-sized primitive type.
    
    This patch also includes additional changes to allow the code to compile
    when sizeof(mp_uint_t) != sizeof(void*), such as using size_t instead of
    mp_uint_t, and various casts.
    999cedb9
    History
    modtermios.c 5.48 KiB