mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
fix cmake build for FreeModBus:
1. nuttx-apps/modbus/mb.c:50:12: fatal error: mbrtu.h: No such file or directory
50 | # include "mbrtu.h"
2. nuttx-apps/modbus/functions/mbutils.c:41:10: fatal error: port.h: No such file or directory
41 | #include "port.h"
3. various "undefined reference to" errors
Signed-off-by: raiden00pl <raiden00@railab.me>
|
||
|---|---|---|
| .. | ||
| ascii | ||
| functions | ||
| nuttx | ||
| rtu | ||
| tcp | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| mb.c | ||
| mb_m.c | ||