mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	[Bug] Fix compilation error for APA on ChibiOS (#21773)
This commit is contained in:
		
							parent
							
								
									89a30efd2d
								
							
						
					
					
						commit
						96d90a57d8
					
				| @ -22,8 +22,8 @@ | ||||
| #    if defined(__AVR__) | ||||
| #        define APA102_NOPS 0 // AVR at 16 MHz already spends 62.5 ns per clock, so no extra delay is needed
 | ||||
| #    elif defined(PROTOCOL_CHIBIOS) | ||||
| 
 | ||||
| #        include "hal.h" | ||||
| #        include "chibios_config.h" | ||||
| #        if defined(STM32F0XX) || defined(STM32F1XX) || defined(STM32F3XX) || defined(STM32F4XX) || defined(STM32L0XX) || defined(GD32VF103) | ||||
| #            define APA102_NOPS (100 / (1000000000L / (CPU_CLOCK / 4))) // This calculates how many loops of 4 nops to run to delay 100 ns
 | ||||
| #        else | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Drashna Jaelre
						Drashna Jaelre