mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Add dummy get_ram_temp() function on LA64
This commit is contained in:
parent
56e587ab94
commit
76dbe7efad
@ -39,3 +39,8 @@ int get_cpu_temp(void)
|
||||
{
|
||||
return (int)(__iocsrrd_w(0x428));
|
||||
}
|
||||
|
||||
int get_ram_temp(uint8_t slot)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user