Add fan module and implement fan_max switch
This commit is contained in:
committed by
Jeremy Soller
parent
e01e712745
commit
a8f5fc5ec0
8
src/board/system76/common/fan.c
Normal file
8
src/board/system76/common/fan.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <board/fan.h>
|
||||
|
||||
bool fan_max = false;
|
||||
|
||||
void fan_reset(void) {
|
||||
// Do not manually set fans to maximum speed
|
||||
fan_max = false;
|
||||
}
|
Reference in New Issue
Block a user