Skip to content

Commit cd78103

Browse files
committed
[hbox] 修复说明
1 parent 0834b5a commit cd78103

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

hbox/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ hbox可通过宏定义进行配置,配置文件模板见[template/config.h](te
158158

159159
辅助实现软件PLC功能。
160160

161-
具体实现见[hsoftplc](hhsoftplc)目录。
161+
具体实现见[hsoftplc](hsoftplc)目录。
162162

hbox/h3rdparty/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [argtable3](https://github.com/argtable/argtable3.git):命令行解析工具
1616
- [tlsf](https://github.com/mattconte/tlsf.git):TLSF 内存分配算法实现
1717
- [libfdt](https://git.kernel.org/pub/scm/utils/dtc/dtc.git):设备树操作库
18-
- [FreeRTOS](www.freertos.org):FreeRTOS操作系统
18+
- [FreeRTOS](https://www.freertos.org):FreeRTOS操作系统
1919
- [mini-rv32ima](https://github.com/cnlohr/mini-rv32ima.git):C语言编写的极小的RISC-V模拟器
2020
- [matiec](https://github.com/thiagoralves/matiec.git):IEC 61131-3 编译器,注意:本库仅集成matiec编译器的内置库的C语言头文件,而非编译本身。
2121
- [uriparser](https://github.com/uriparser/uriparser.git):RFC 3986 兼容的URI解析库

hbox/hgui/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
- [hgui_gui_driver.c](hgui_gui_driver.c)
113113

114-
- [hgui_gui_driver.h]( hgui_gui_driver.h )
114+
- [hgui_gui_driver.h](hgui_gui_driver.h)
115115

116116
## dotfont
117117

hbox/hsoftplc/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ IEC 61131-3编译器,可将IEC 61131-3中定义的编程语言(通常用于P
4848

4949
一般情况下,PLC的编程更加注重控制逻辑的实现,一般称为组态。
5050

51-
matiec编译器生成的C语言文件编译时需要指定库的头文件路径,此时可使用本库内置的头文件路径(**需要手动指定**),见[3rdparty/matiec_c_header/](3rdparty/matiec_c_header/)
51+
matiec编译器生成的C语言文件编译时需要指定库的头文件路径,此时可使用本库内置的头文件路径(**需要手动指定**),见[3rdparty/matiec_c_header/](../h3rdparty/3rdparty/matiec_c_header/)
5252

5353
通常情况下,可使用`iec2c`命令将IEC 61131-3程序文件转化为C语言文件,如:
5454

0 commit comments

Comments
 (0)