This commit is contained in:
Jeremy Soller
2020-01-12 20:19:20 -07:00
parent e9c308b789
commit 98467ac449
5 changed files with 20 additions and 26 deletions

View File

@@ -9,6 +9,7 @@ extern uint8_t peci_duty;
extern uint8_t peci_tcontrol;
extern uint8_t peci_tjmax;
void peci_init(void);
void peci_event(void);
#endif // _BOARD_PECI_H