xiaoxiang781216 commented on PR #19246: URL: https://github.com/apache/nuttx/pull/19246#issuecomment-4862483922
@Zepp-Hanzj please fix: ``` Warning, treated as error: /home/runner/work/nuttx/nuttx/Documentation/implementation/crc.rst:55:Malformed table. Text in column margin in table line 5. =========== ============ ========== ========== Function Init Value Final XOR Polynomial =========== ============ ========== ========== crc32() 0x00000000 None 0xEDB88320 crc32_ieee() 0xFFFFFFFF 0xFFFFFFFF 0xEDB88320 =========== ============ ========== ========== make: *** [Makefile:52: html] Error 2 ``` -- 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]
