Skip to content
Snippets Groups Projects
Select Git revision
  • d3e25d39d764a0804d289187c819b8c74ea4ba49
  • master default
  • labcomm2014_tc31
  • labcomm2014
  • js
  • java_dyn_msg_dec
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
14 results

labcomm2006_compat_vxworks.h

Blame
  • Forked from Anders Blomdell / LabComm
    297 commits behind the upstream repository.
    labcomm2006_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