소스 검색

PFW-1362 Remove "NA" EEPROM status

Guðni Már Gilbert 2 년 전
부모
커밋
fb27a7d72b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Firmware/SpoolJoin.h

+ 0 - 1
Firmware/SpoolJoin.h

@@ -15,7 +15,6 @@ public:
         Unknown, ///< SpoolJoin is unknown while printer is booting up
         Enabled, ///< SpoolJoin is enabled in EEPROM
         Disabled, ///< SpoolJoin is disabled in EEPROM
-        NA, ///< SpoolJoin is 'Not Applicable' when Fsensor is faulty
         Empty = 0xFF ///< EEPROM has not been set before and all bits are 1 (0xFF) - either a new printer or user erased the memory
     };