Add SPDX license header to fan.c

This commit is contained in:
Jeremy Soller
2020-10-05 10:28:10 -06:00
committed by Jeremy Soller
parent 3b6d262217
commit 788fa927ef

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <board/fan.h>
bool fan_max = false;