Fix compilation error with debug on
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2164 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
2dc7bcfb5e
commit
ad3c39383e
@ -197,7 +197,7 @@ static void stm32_savegpios(struct extmem_save_s *save)
|
||||
|
||||
static void stm32_restoregpios(struct extmem_save_s *restore)
|
||||
{
|
||||
DEBUGASSERT(save != NULL);
|
||||
DEBUGASSERT(restore != NULL);
|
||||
putreg32(restore->gpiod_crl, STM32_GPIOE_CRL);
|
||||
putreg32(restore->gpiod_crh, STM32_GPIOE_CRH);
|
||||
putreg32(restore->gpioe_crl, STM32_GPIOD_CRL);
|
||||
|
Loading…
Reference in New Issue
Block a user