freedom-k64f: Declare k64_i2cdev_initialize function

This will suppress a warning.

For some reason if declared weak,
it's not properly resolved at runtime,
this will need more investigations, any clues ?

Change-Id: I3cc3b7d145c7b32db20f5f2cbf4314ac20dba588
Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr
Signed-off-by: Philippe Coval <rzr@users.sf.net>
This commit is contained in:
Philippe Coval 2020-10-14 14:10:49 +02:00 committed by Xiang Xiao
parent d5be1acf06
commit 08c1e4aadc

View file

@ -232,6 +232,17 @@
* Public Functions * Public Functions
****************************************************************************/ ****************************************************************************/
/****************************************************************************
* Name: k64_i2cdev_initialize
*
* Description:
* Called to configure I2C chip select GPIO pins for the FRDM-K64F board.
*
****************************************************************************/
int k64_i2cdev_initialize(void);
/**************************************************************************** /****************************************************************************
* Name: k64_spidev_initialize * Name: k64_spidev_initialize
* *