Skip to content
Snippets Groups Projects
Select Git revision
  • 118fb412e8d2198bd5dd85eba7bb0a3a1d80d275
  • master default
  • labcomm2006
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
16 results

labcomm_decoder.c

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    labcomm_compat_vxworks.h 165 B
    #ifndef  __VXWORKS__
    #error "__VXWORKS__" not defined
    #endif
    
    #if (CPU == PPC603)
      #undef _LITTLE_ENDIAN
    #endif
    
    #if (CPU == PENTIUM4)
      #undef _BIG_ENDIAN
    #endif