pic32mz does not have ANSELJ register on port K
This commit is contained in:
parent
79e8a52d86
commit
7a9e9b770f
1 changed files with 0 additions and 4 deletions
|
|
@ -395,10 +395,6 @@ static inline void pic32mz_adcdisable(void)
|
|||
putreg32(0xffffffff, PIC32MZ_IOPORTJ_K1BASE +
|
||||
PIC32MZ_IOPORT_ANSELCLR_OFFSET);
|
||||
#endif
|
||||
#if CHIP_NPORTS > 9
|
||||
putreg32(0xffffffff, PIC32MZ_IOPORTK_K1BASE +
|
||||
PIC32MZ_IOPORT_ANSELCLR_OFFSET);
|
||||
#endif
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue