You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments