mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-25 00:07:36 +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.