14 lines
190 B
C++
14 lines
190 B
C++
/*
|
|
* serial.hpp
|
|
*
|
|
* Created on: Jul 1, 2023
|
|
* Author: Carst
|
|
*/
|
|
|
|
#ifndef SERIAL_HPP_
|
|
#define SERIAL_HPP_
|
|
|
|
extern "C" void serial_init(void);
|
|
|
|
#endif /* SERIAL_HPP_ */
|