TimerDelay_H.#2
上传用户:gxz1972
上传日期:2019-09-13
资源大小:323k
文件大小:2k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. //-----------------------------------------------------------------------------
  2. // nRF2401RX.c
  3. //-----------------------------------------------------------------------------
  4. // Copyright 2007 Vson Technology, Inc.
  5. // http://www.usbmcu.com
  6. //
  7. // Program Description:
  8. //
  9. //
  10. //
  11. //
  12. //
  13. // MCU:            C8051F347
  14. // Tool chain:     Keil C51 7.50 / Keil EVAL C51
  15. //                 Silicon Laboratories IDE version 2.6
  16. // Command Line:   
  17. // Project Name:   TR1000
  18. //
  19. //
  20. // Release 1.0
  21. //    -All changes by Brin
  22. //    -24 JUL 2007
  23. //
  24. #ifndef  TimerDelay_H
  25. #define  TimerDelay_H  //在#ifndef 之后定义 对#ifndef 没有任何作用
  26. //-----------------------------------------------------------------------------
  27. // Function Prototypes
  28. //-----------------------------------------------------------------------------
  29. void DelayMs(unsigned int);
  30. //-----------------------------------------------------------------------------
  31. // Global Constants
  32. //-----------------------------------------------------------------------------
  33. //--------------------------
  34. // Begin device details
  35. //--------------------------
  36. //--------------------------
  37. // End device details
  38. //--------------------------
  39. //********************************************************
  40. //********************************************************
  41. #endif                                 // F34x_USB_CONFIG_H
  42. //-----------------------------------------------------------------------------
  43. // End Of File
  44. //-----------------------------------------------------------------------------