From c7cc2deaf046403899b5bcc964b9f48bfd508534 Mon Sep 17 00:00:00 2001 From: Robbe Derks Date: Fri, 29 Nov 2024 17:41:03 +0100 Subject: [PATCH] Cuatro: no ir (#2093) no ir --- board/boards/cuatro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/boards/cuatro.h b/board/boards/cuatro.h index 3d87318b02..90d0627517 100644 --- a/board/boards/cuatro.h +++ b/board/boards/cuatro.h @@ -169,7 +169,7 @@ board board_cuatro = { .read_voltage_mV = cuatro_read_voltage_mV, .read_current_mA = cuatro_read_current_mA, .set_fan_enabled = cuatro_set_fan_enabled, - .set_ir_power = tres_set_ir_power, + .set_ir_power = unused_set_ir_power, .set_siren = cuatro_set_siren, .set_bootkick = cuatro_set_bootkick, .read_som_gpio = tres_read_som_gpio,