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