1 /* 2 * @ : Copyright (c) 2021 Phytium Information Technology, Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0. 5 * 6 * @Date: 2021-04-07 09:53:07 7 * @LastEditTime: 2021-04-07 15:31:34 8 * @Description: This files is for 9 * 10 * @Modify History: 11 * Ver Who Date Changes 12 * ----- ------ -------- -------------------------------------- 13 */ 14 15 #include "ft_parameters.h" 16 #include "ft_uart_hw.h" 17 inbyte(void)18u8 inbyte(void) 19 { 20 return FUart_RecvByte(FT_STDIN_BASEADDRESS); 21 } 22