sensor_max6675: mark as untested for STM32F4

This commit is contained in:
King Kévin 2021-05-14 13:43:17 +02:00
parent 019b82d384
commit 8c01cbd918
1 changed files with 1 additions and 0 deletions

View File

@ -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);