Remove old fsensor_init()

This commit is contained in:
Alex Voinea 2022-02-22 17:48:29 +01:00 committed by D.R.racer
parent 43db24e4fe
commit 6663f719f6
2 changed files with 1 additions and 4 deletions

View File

@ -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);

View File

@ -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, "", "");