Re: [PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
acassis merged PR #10841: URL: https://github.com/apache/nuttx/pull/10841 -- 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.apac

Re: [PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
csanchezdll commented on PR #10841: URL: https://github.com/apache/nuttx/pull/10841#issuecomment-1743315672 Makes sense to fix that here as well @pkarashchenko . Stashed again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
pkarashchenko commented on code in PR #10841: URL: https://github.com/apache/nuttx/pull/10841#discussion_r1342563356 ## arch/arm/src/stm32h7/stm32_oneshot.c: ## @@ -183,14 +183,14 @@ int stm32_oneshot_initialize(struct stm32_oneshot_s *oneshot, int chan, { uint32_t frequenc

Re: [PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
csanchezdll commented on PR #10841: URL: https://github.com/apache/nuttx/pull/10841#issuecomment-1742798587 Stashed after including your suggestions @pkarashchenko -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
csanchezdll commented on code in PR #10841: URL: https://github.com/apache/nuttx/pull/10841#discussion_r1342532484 ## arch/arm/src/stm32h7/stm32_oneshot.c: ## @@ -183,14 +183,14 @@ int stm32_oneshot_initialize(struct stm32_oneshot_s *oneshot, int chan, { uint32_t frequency;

Re: [PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
pkarashchenko commented on code in PR #10841: URL: https://github.com/apache/nuttx/pull/10841#discussion_r1342498786 ## arch/arm/src/stm32h7/stm32_oneshot.c: ## @@ -226,7 +226,7 @@ int stm32_oneshot_max_delay(struct stm32_oneshot_s *oneshot, uint64_t *usec) { DEBUGASSERT(on

[PR] arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-02 Thread via GitHub
csanchezdll opened a new pull request, #10841: URL: https://github.com/apache/nuttx/pull/10841 ## Summary There are some format warnings in printf-linke format strings. This patch removes them. ## Impact No functional change, only affects the build process. ## Tes