18 lines
315 B
C
18 lines
315 B
C
/*
|
|
* plausibility_check.h
|
|
*
|
|
* Created on: Mar 18, 2025
|
|
* Author: janek
|
|
*/
|
|
|
|
#ifndef INC_PLAUSIBILITY_CHECK_H_
|
|
#define INC_PLAUSIBILITY_CHECK_H_
|
|
|
|
#include "current_monitoring.h"
|
|
#include "channel_control.h"
|
|
#include "can_communication.h"
|
|
|
|
void check_plausibility();
|
|
|
|
#endif /* INC_PLAUSIBILITY_CHECK_H_ */
|