kywwilson11 opened a new pull request, #15352:
URL: https://github.com/apache/nuttx/pull/15352

   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   There were two simple errors when running ci tests on pull #15351. These 
errors were unrelated to that pull. After investigating I found two simple 
errors. 
   1. The len variable was likely a typo that should have been the function 
argument, ien. 
   2. The spinlock_t lock was defined in a section dependent on 
CONFIG_SERIAL_TERMIOS. However, the spinlock_t lock was used in code that did 
not require the SERIAL_TERMIOS config. Therefore errors resulted. I moved this 
definition to a general section of the up_dev_s type. 
   
   ## Testing
   
   Re-built Nuttx with fixes. No build errors after changes. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to