Batch appercase hex values
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							3facf34f5f
						
					
				
				
					commit
					7e09160ba3
				
			@@ -40,7 +40,7 @@
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef lowByte
 | 
			
		||||
  #define lowByte(w)  ((uint8_t) ((w) & 0xff))
 | 
			
		||||
  #define lowByte(w)  ((uint8_t) ((w) & 0xFF))
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef highByte
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@
 | 
			
		||||
#define CHOPPER_09STEP_24V   { 3, -1, 5 }
 | 
			
		||||
 | 
			
		||||
#if ENABLED(MONITOR_DRIVER_STATUS) && !defined(MONITOR_DRIVER_STATUS_INTERVAL_MS)
 | 
			
		||||
  #define MONITOR_DRIVER_STATUS_INTERVAL_MS 500u
 | 
			
		||||
  #define MONITOR_DRIVER_STATUS_INTERVAL_MS 500U
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
constexpr uint16_t _tmc_thrs(const uint16_t msteps, const uint32_t thrs, const uint32_t spmm) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user