Fix build MK25S

This commit is contained in:
D.R.racer 2022-06-13 15:30:34 +02:00
parent f155c7664d
commit 01f926f074
1 changed files with 1 additions and 1 deletions

View File

@ -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
}