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.
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.