15 lines
176 B
C
15 lines
176 B
C
|
|
/*
|
||
|
|
* over_ride.h
|
||
|
|
*
|
||
|
|
* Created on: Jun 30, 2022
|
||
|
|
* Author: Keith.Lloyd
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef OVER_RIDE_H_
|
||
|
|
#define OVER_RIDE_H_
|
||
|
|
|
||
|
|
void Over_Ride(void);
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* OVER_RIDE_H_ */
|