-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C
The timing module might include time.h on its own when on a suitable platform, even if MBEDTLS_HAVE_TIME is disabled. Signed-off-by: Andrzej Kurek <[email protected]>
- Loading branch information
Andrzej Kurek
committed
Apr 7, 2022
1 parent
714b660
commit a9bb0d8
Showing
3 changed files
with
10 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Timing: get timer | ||
depends_on:MBEDTLS_HAVE_TIME | ||
timing_get_timer: | ||
|
||
Timing: delay 0ms | ||
depends_on:MBEDTLS_HAVE_TIME | ||
timing_delay:0: | ||
|
||
Timing: delay 100ms | ||
depends_on:MBEDTLS_HAVE_TIME | ||
timing_delay:100: |