masterdevice.plg

来自「零基础单片机C语言设计全套教程」· PLG 代码 · 共 33 行

PLG
33
字号
<html>
<body>
<pre>
<h1>礦ision3 Build Log</h1>
<h2>Project:</h2>
F:\ZJL\C51\19\多机通信程序\主机\MasterDevice.uv2
Project File Date:  08/31/2008

<h2>Output:</h2>
Build target 'Target 1'
assembling STARTUP.A51...
compiling MasterDevice.c...
MASTERDEVICE.C(10): error C231: 'SendData': redefinition
MASTERDEVICE.C(11): error C231: 'ReceiveData': redefinition
MASTERDEVICE.C(22): error C211: call not to a function
MASTERDEVICE.C(23): error C211: call not to a function
MASTERDEVICE.C(34): error C231: 'SendData': redefinition
MASTERDEVICE.C(83): error C231: 'SendData': redefinition
MASTERDEVICE.C(86): error C231: 'ReceiveData': redefinition
MASTERDEVICE.C(144): error C231: 'ReceiveData': redefinition
Target not created
Build target 'Target 1'
assembling STARTUP.A51...
compiling MasterDevice.c...
MASTERDEVICE.C(23): error C211: call not to a function
Target not created
Build target 'Target 1'
assembling STARTUP.A51...
compiling MasterDevice.c...
linking...
Program Size: data=42.0 xdata=0 code=399
"MasterDevice" - 0 Error(s), 0 Warning(s).

⌨️ 快捷键说明

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