Subversion Repositories HomeAutomation

Rev

Rev 328 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. #ifndef INTERFACE_H_
  2. #define INTERFACE_H_
  3.  
  4. typedef enum {
  5.     unset = 0,
  6.     can2serial,
  7.     udp
  8. } interface_t;
  9.  
  10. #endif /*INTERFACE_H_*/
  11.