#ifndef HAL_SERIAL_H_ #define HAL_SERIAL_H_ #include bool serial_init(void); #endif // HAL_SERIAL_H_