]> git.itanic.dy.fi Git - log-plotter/blob - baud.h
data.c: Reset time stamp when starting new log
[log-plotter] / baud.h
1 #ifndef _BAUD_H
2 #define _BAUD_H
3
4 int open_at_baud(const char *device, int *baud);
5
6 #endif