parent
							
								
									94e8701b3e
								
							
						
					
					
						commit
						d9eb152a90
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -273,7 +273,7 @@ uint16_t EEPROM_Init(void) {
 | 
			
		|||
                eeprom_printf("DataBuf[0x%04x] = 0x%04x;\n", address, wvalue);
 | 
			
		||||
                *(uint16_t *)(&DataBuf[address]) = wvalue;
 | 
			
		||||
            } else {
 | 
			
		||||
                eeprom_printf("DataBuf[0x%04x] cannot be set to 0x%04lx [BAD ADDRESS]\n", address, wvalue);
 | 
			
		||||
                eeprom_printf("DataBuf[0x%04x] cannot be set to 0x%04x [BAD ADDRESS]\n", address, wvalue);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue