mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
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:
committed by
Alan Carvalho de Assis
parent
1dfcb1f12d
commit
cbe4edd479
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user