-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zephyr: Fix bug where prototype of SNPRINTF was not declared
Fix #10990. A warning is triggered when snprintf is used because it is being declared / configured incorrectly. The MBEDTLS configuration is defaulting to disabling all of LIBC, and then explicitly enabling the LIBC functions in use, this has been done for printf with MBEDTLS_PLATFORM_STD_PRINTF, but not for MBEDTLS_PLATFORM_STD_SNPRINTF. Signed-off-by: Sebastian Bøe <[email protected]>
- Loading branch information
1 parent
2a864dd
commit 7f25dd0
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters