mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Better timer for Windows platforms
- Made alarmed volatile for better Windows compatibility
This commit is contained in:
parent
a755ca1bbe
commit
2eee902be3
2 changed files with 15 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ struct hr_time
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int alarmed;
|
||||
extern volatile int alarmed;
|
||||
|
||||
/**
|
||||
* \brief Return the CPU cycle counter value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue