Make reading the global ms tick atomic in order to prevent glitches
This commit is contained in:
		@@ -45,7 +45,7 @@ extern volatile uint32_t wait_tick_ms;
 | 
			
		||||
 * @brief Systemclock in milliseconds.
 | 
			
		||||
 *
 | 
			
		||||
 * This value must not be reset during the whole runtime.
 | 
			
		||||
 *
 | 
			
		||||
 * @warning In order to use this, you must assure that the read access is atomic.
 | 
			
		||||
 */
 | 
			
		||||
extern volatile uint64_t global_tick_ms;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user