led.plg
来自「第01篇_基础部分.rar」· PLG 代码 · 共 45 行
PLG
45 行
<html>
<body>
<pre>
<h1>礦ision3 Build Log</h1>
<h2>Project:</h2>
E:\Study\Proteus\《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包\第 01 篇 基础部分\04 花样流水灯\code\led.uv2
Project File Date: 07/30/2009
<h2>Output:</h2>
Build target 'Target 1'
assembling STARTUP.A51...
compiling led.c...
LED.C(27): error C202: 'i': undefined identifier
LED.C(29): error C141: syntax error near ']'
LED.C(30): error C141: syntax error near ']'
Target not created
Build target 'Target 1'
assembling STARTUP.A51...
compiling led.c...
LED.C(27): error C202: 'i': undefined identifier
LED.C(29): error C202: 'i': undefined identifier
LED.C(30): error C202: 'i': undefined identifier
Target not created
Build target 'Target 1'
assembling STARTUP.A51...
compiling led.c...
linking...
Program Size: data=9.0 xdata=0 code=81
"led" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
assembling STARTUP.A51...
compiling led.c...
linking...
Program Size: data=9.0 xdata=0 code=81
"led" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
assembling STARTUP.A51...
compiling led.c...
linking...
Program Size: data=9.0 xdata=0 code=81
"led" - 0 Error(s), 0 Warning(s).
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?