]> Joshua Wise's Git repositories - netwatch.git/blame - include/serial.h
Tweak some values up a bit. Try harder to unstall the upload engine. Remove dead...
[netwatch.git] / include / serial.h
CommitLineData
bf47740a
JW
1#ifndef SERIAL_H
2#define SERIAL_H
3
4extern void serial_init();
5extern void serial_tx(unsigned char c);
6
7#endif
This page took 0.022924 seconds and 4 git commands to generate.