mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
- Better timer for Windows platforms
- Made alarmed volatile for better Windows compatibility
This commit is contained in:
@@ -39,7 +39,7 @@ struct hr_time
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int alarmed;
|
||||
extern volatile int alarmed;
|
||||
|
||||
/**
|
||||
* \brief Return the CPU cycle counter value
|
||||
|
||||
Reference in New Issue
Block a user