From 6be3b60f6efb191cd9725eb7d1649128c70b8c8c Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Sun, 23 Feb 2020 16:14:09 +0100 Subject: [PATCH] fan: add warning --- nx/include/switch/services/fan.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/fan.h b/nx/include/switch/services/fan.h index 3df5a144..97e9bc56 100644 --- a/nx/include/switch/services/fan.h +++ b/nx/include/switch/services/fan.h @@ -20,5 +20,6 @@ Service* fanGetServiceSession(void); /// Gets the Service object for the actual fan controller service session. Service* fanGetServiceSession_Controller(void); +/// @warning Disabling your fan can damage your system. Result fanSetRotationSpeedLevel(float level); Result fanGetRotationSpeedLevel(float *level); \ No newline at end of file