7 lines
88 B
C
7 lines
88 B
C
#pragma once
|
|
|
|
#ifdef FEATURE_MOSFETS
|
|
void init_mosfets();
|
|
void update_mosfets();
|
|
#endif
|