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.
18 lines
304 B
18 lines
304 B
/*
|
|
* 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_ */
|
|
|