You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
233 B
16 lines
233 B
|
10 months ago
|
/*
|
||
|
|
* msp_JTBATTERY.h
|
||
|
|
*
|
||
|
|
* Created on: Oct 26, 2023
|
||
|
|
* Author: shiya
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef INC_MSP_MSP_JTBATTERY_H_
|
||
|
|
#define INC_MSP_MSP_JTBATTERY_H_
|
||
|
|
|
||
|
|
#include "../../BASE/Inc/BSP/bsp_include.h"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* INC_MSP_MSP_JTBATTERY_H_ */
|