Remove old fsensor_init()
This commit is contained in:
parent
43db24e4fe
commit
6663f719f6
|
|
@ -26,9 +26,6 @@ extern void fsensor_restore_print_and_continue(void);
|
||||||
extern void fsensor_checkpoint_print(void);
|
extern void fsensor_checkpoint_print(void);
|
||||||
//! @}
|
//! @}
|
||||||
|
|
||||||
//! initialize
|
|
||||||
extern void fsensor_init(void);
|
|
||||||
|
|
||||||
#ifdef PAT9125
|
#ifdef PAT9125
|
||||||
//! update axis resolution
|
//! update axis resolution
|
||||||
extern void fsensor_set_axis_steps_per_unit(float u);
|
extern void fsensor_set_axis_steps_per_unit(float u);
|
||||||
|
|
|
||||||
|
|
@ -7054,7 +7054,7 @@ static void lcd_selftest_error(TestError testError, const char *_error_1, const
|
||||||
#ifdef PAT9125
|
#ifdef PAT9125
|
||||||
static bool lcd_selftest_fsensor(void)
|
static bool lcd_selftest_fsensor(void)
|
||||||
{
|
{
|
||||||
fsensor_init();
|
// fsensor.init();
|
||||||
if (fsensor_not_responding)
|
if (fsensor_not_responding)
|
||||||
{
|
{
|
||||||
lcd_selftest_error(TestError::WiringFsensor, "", "");
|
lcd_selftest_error(TestError::WiringFsensor, "", "");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue