7 lines
74 B
C
7 lines
74 B
C
#ifndef COM1_H_
|
|
#define COM1_H_
|
|
|
|
void com1_init(void);
|
|
|
|
#endif // COM1_H_
|