From a285dc98e27d551b41ec6c6e9b31ddf19c8baf5c Mon Sep 17 00:00:00 2001 From: Ramon Borba Date: Sun, 30 Oct 2022 11:12:08 -0300 Subject: [PATCH] firmware: devices: heater: Change PWM frequency to 1kHz #142 --- firmware/devices/heater/heater.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/devices/heater/heater.h b/firmware/devices/heater/heater.h index a30fb96..7066e05 100644 --- a/firmware/devices/heater/heater.h +++ b/firmware/devices/heater/heater.h @@ -23,8 +23,8 @@ /** * \brief Heater device definition. * - * \author João Cláudio - * \author André M. P. de Mattos + * \author Jo�o Cl�udio + * \author Andr� M. P. de Mattos * * \version 0.2.11 *