From 8c01cbd9185bd3997684d274aba0667bb00dbeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 14 May 2021 13:43:17 +0200 Subject: [PATCH] sensor_max6675: mark as untested for STM32F4 --- lib/sensor_max6675.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sensor_max6675.h b/lib/sensor_max6675.h index c682df7..a3be33f 100644 --- a/lib/sensor_max6675.h +++ b/lib/sensor_max6675.h @@ -6,6 +6,7 @@ * @note peripherals used: SPI @ref sensor_max6675_spi */ #pragma once +#error not converted for STM32F4 /** setup communication to MAX6675 sensor */ void sensor_max6675_setup(void);