9 lines
84 B
C
9 lines
84 B
C
#ifndef SERIAL_H
|
|
#define SERIAL_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void serial_init();
|
|
|
|
#endif
|