6 lines
89 B
C
6 lines
89 B
C
#ifndef KARLOS_SERIAL_H
|
|
#define KARLOS_SERIAL_H
|
|
|
|
void serial_write_char(char c);
|
|
|
|
#endif
|