Subversion Repositories HomeAutomation

Rev

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

  1. #ifndef __DOWNLOADSTATE_H
  2. #define __DOWNLOADSTATE_H
  3.  
  4. #include <tchar.h>
  5. #include <windows.h>
  6. #include <stdio.h>
  7. #include <process.h>
  8. //#include "Serial.h"
  9. #include "compiler.h"
  10. #include "CanProtoMessage.h"
  11. #include "SerialConnection.h"
  12. //#include "SerialReader.h"
  13. #include "HexFile.h"
  14.  
  15. void downloadStart(SerialConnection * serial,HexFile *hex);
  16. void downloadStop( void );
  17.  
  18. #endif