Dump EEPROM to ensure low level memory access is working correctly
This commit is contained in:
@@ -8,7 +8,8 @@ struct mem_data_s {
|
||||
word value[2]; // Values to be written
|
||||
};
|
||||
|
||||
int MEM_Read(mem_data_t *out);
|
||||
int MEM_Write(mem_data_t *in);
|
||||
int MEM_Read(mem_data_t *out);
|
||||
int MEM_Write(mem_data_t *in);
|
||||
void MEM_Dump(void);
|
||||
|
||||
#endif // MAD_CORE_COMMON_MEMORY_H
|
||||
|
||||
Reference in New Issue
Block a user