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.
19 lines
304 B
19 lines
304 B
1 week ago
|
/*
|
||
|
* msp_PaintThickness.h
|
||
|
*
|
||
|
* Created on: Jul 29, 2024
|
||
|
* Author: akeguo
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef INC_MSP_MSP_PAINTTHICKNESS_H_
|
||
|
#define INC_MSP_MSP_PAINTTHICKNESS_H_
|
||
|
#include "stdint.h"
|
||
|
|
||
|
extern int32_t* PaintThickness;
|
||
|
|
||
|
extern void Paint_Thickness_intialize();
|
||
|
|
||
|
|
||
|
#endif /* INC_MSP_MSP_PAINTTHICKNESS_H_ */
|