arch/arm/imxrt: Fix implicit function declaration

The function 'imxrt_config_gpio' was implicitly declared.
Fix by include the header 'imxrt_gpio.h'.

Signed-off-by: Mingjie Shen <shen497@purdue.edu>
This commit is contained in:
Mingjie Shen 2023-06-24 23:10:02 -04:00 committed by Alan Carvalho de Assis
parent 1dfcb1f12d
commit cbe4edd479
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@
#include "chip.h"
#include "imxrt_config.h"
#include "imxrt_flexcan.h"
#include "imxrt_gpio.h"
#include "imxrt_periphclks.h"
#include "hardware/imxrt_flexcan.h"
#include "hardware/imxrt_pinmux.h"

View file

@ -39,6 +39,7 @@
#include "chip.h"
#include "imxrt_config.h"
#include "imxrt_flexpwm.h"
#include "imxrt_gpio.h"
#include "imxrt_periphclks.h"
#include "imxrt_xbar.h"
#include "hardware/imxrt_flexpwm.h"