mirror of
				https://github.com/liberatedsystems/RNode_Firmware_CE.git
				synced 2024-07-02 14:34:13 +02:00 
			
		
		
		
	Fix EEPROM.h inclusion error
This commit is contained in:
		
							parent
							
								
									793b53dd4c
								
							
						
					
					
						commit
						53daa12a01
					
				@ -13,6 +13,8 @@
 | 
			
		||||
// You should have received a copy of the GNU General Public License
 | 
			
		||||
// along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
#include "Config.h"
 | 
			
		||||
 | 
			
		||||
#if HAS_EEPROM 
 | 
			
		||||
    #include <EEPROM.h>
 | 
			
		||||
#elif PLATFORM == PLATFORM_NRF52
 | 
			
		||||
@ -20,7 +22,6 @@
 | 
			
		||||
    int written_bytes = 0;
 | 
			
		||||
#endif
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include "Config.h"
 | 
			
		||||
#include "LoRa.h"
 | 
			
		||||
#include "ROM.h"
 | 
			
		||||
#include "Framing.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user