mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
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:
parent
d5be1acf06
commit
08c1e4aadc
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue