linguini1 opened a new pull request, #16242: URL: https://github.com/apache/nuttx/pull/16242
## Summary This commit resolves issue #16009, where a sync word of less than 64 bytes was printed as 0-padded hex. 0-padding is invalid for the RN2xx3 modules, so now it has been removed. Closes #16009. ## Impact Now users can successfully set the sync word of the RN2xx3 modules without receiving `EINVAL`. ## Testing Builds successfully on local build. Tested on custom STM32H743 board and can successfully set the sync word. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org