uart.plg

来自「52单片机开发板的实例程序」· PLG 代码 · 共 35 行

PLG
35
字号
<html>
<body>
<pre>
<h1>礦ision Build Log</h1>
<h2>Project:</h2>
E:\新版实验板\新版\板子测试程序\52程序\串口通信接收\uart.uvproj
Project File Date:  08/20/2011

<h2>Output:</h2>
Build target 'Target 1'
compiling uart.c...
UART.C(54): warning C206: 'send_uart': missing function-prototype
UART.C(54): error C267: 'send_uart': requires ANSI-style prototype
Target not created
Build target 'Target 1'
compiling uart.c...
UART.C(42): warning C280: 'i': unreferenced local variable
linking...
Program Size: data=22.0 xdata=0 code=421
creating hex file from "uart"...
"uart" - 0 Error(s), 1 Warning(s).
Build target 'Target 1'
compiling uart.c...
UART.C(42): warning C280: 'i': unreferenced local variable
linking...
Program Size: data=22.0 xdata=0 code=437
creating hex file from "uart"...
"uart" - 0 Error(s), 1 Warning(s).
Build target 'Target 1'
compiling uart.c...
linking...
Program Size: data=21.0 xdata=0 code=443
creating hex file from "uart"...
"uart" - 0 Error(s), 0 Warning(s).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?