mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03: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