mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Fix EEPROM include on STM32 (#151)
The structure of the stm32 arduino core changed (https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/EEPROM/src). stm32_eeprom.h was moved to a subfolder. Instead, we can now include (and potentially use later), the `EEPROM.h` header.
This commit is contained in:
		
							parent
							
								
									57b1950e38
								
							
						
					
					
						commit
						616599cf8b
					
				@ -1,7 +1,7 @@
 | 
			
		||||
#include "stm32_platform.h"
 | 
			
		||||
 | 
			
		||||
#ifdef ARDUINO_ARCH_STM32
 | 
			
		||||
#include <stm32_eeprom.h>
 | 
			
		||||
#include <EEPROM.h>
 | 
			
		||||
#include "knx/bits.h"
 | 
			
		||||
 | 
			
		||||
Stm32Platform::Stm32Platform()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user