소스 검색

Fix build MK25S

D.R.racer 2 년 전
부모
커밋
01f926f074
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/mmu2_power.cpp

+ 1 - 1
Firmware/mmu2_power.cpp

@@ -32,7 +32,7 @@ void reset() {
     _delay_us(100);
     WRITE(MMU_RST_PIN, 1);
 #else
-    MMU2::Reset(MMU2::Software);
+    mmu2.Reset(MMU2::Software); // @@TODO needs to be redesigned, this power implementation shall not know anything about the MMU itself
 #endif
     // otherwise HW reset is not available
 }