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