pkarashchenko commented on code in PR #6389: URL: https://github.com/apache/incubator-nuttx/pull/6389#discussion_r893473593
########## include/sys/types.h: ########## @@ -158,7 +158,7 @@ typedef int id_t; * semaphores. A key is simply an integer of type key_t */ -typedef int16_t key_t; +typedef int key_t; Review Comment: maybe still `int32_t`? -- 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