Add dummy get_ram_temp() function on LA64

This commit is contained in:
Sam Demeulemeester 2025-02-16 17:22:48 +01:00
parent 56e587ab94
commit 76dbe7efad

View File

@ -39,3 +39,8 @@ int get_cpu_temp(void)
{
return (int)(__iocsrrd_w(0x428));
}
int get_ram_temp(uint8_t slot)
{
return 0;
}