rtthread_driver_serial.h 194 B

1234567891011121314
  1. #ifndef _WINDOWS_DRIVER_SERIAL_H_
  2. #define _WINDOWS_DRIVER_SERIAL_H_
  3. #include <stdbool.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif //_WINDOWS_DRIVER_SERIAL_H_