]> git.itanic.dy.fi Git - log-plotter/blob - baud.h
Add more advanced debug macro
[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