mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	fix bad commit
This commit is contained in:
		
							parent
							
								
									147a3942ad
								
							
						
					
					
						commit
						34df27ee87
					
				| @ -334,14 +334,11 @@ template <class P, class B> class KnxFacade : private SaveRestore | ||||
|     // predefined global instance for IP only
 | ||||
|     extern KnxFacade<EspPlatform, Bau57B0> knx; | ||||
| #elif ARDUINO_ARCH_ESP32 | ||||
| <<<<<<< Updated upstream | ||||
|     // predefined global instance for IP only
 | ||||
|     extern KnxFacade<Esp32Platform, Bau57B0> knx; | ||||
| ======= | ||||
| extern KnxFacade<Esp32Platform, Bau57B0> knx; | ||||
| #elif ARDUINO_ARCH_STM32 | ||||
| extern KnxFacade<Stm32Platform, Bau57B0> knx; | ||||
| >>>>>>> Stashed changes | ||||
|     // predefined global instance for TP only
 | ||||
|     extern KnxFacade<Stm32Platform, Bau57B0> knx; | ||||
| #elif __linux__ | ||||
|     // no predefined global instance
 | ||||
| #endif | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user