mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-17 03:36:09 +08:00

from: return - ECONNABORTED; to: return -ECONNABORTED; The latter style is more commonly used within NuttX code base. Note: nxstyle doesn't complain on either of them.