aboutsummaryrefslogtreecommitdiff
path: root/client/serial_win32.c
blob: 9406a34d8047ead90e5ebd0a05d9e69c561e1458 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef W2_HOST_WIN32

#include "serial.h"

bool w2_serial_read(uint8_t *target, uint8_t bytes);
bool w2_serial_write(uint8_t *target, uint8_t bytes);
void w2_serial_open();
void w2_serial_close();

#endif