mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
boards: fix various stm32 boards errors
fix various stm32 boards errors found by CI Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
07c4bf0048
commit
e8ac5be43e
3 changed files with 4 additions and 2 deletions
|
|
@ -106,6 +106,8 @@ void board_late_initialize(void)
|
|||
{
|
||||
int ret = OK;
|
||||
|
||||
UNUSED(ret);
|
||||
|
||||
#ifdef CONFIG_PWM
|
||||
/* Initialize PWM and register the PWM device. */
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ bool bcmf_board_etheraddr(struct ether_addr *ethaddr)
|
|||
* Name: emw3162_wlan_initialize
|
||||
****************************************************************************/
|
||||
|
||||
int emw3162_wlan_initialize()
|
||||
int emw3162_wlan_initialize(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ bool bcmf_board_etheraddr(struct ether_addr *ethaddr)
|
|||
* Name: photon_wlan_initialize
|
||||
****************************************************************************/
|
||||
|
||||
int photon_wlan_initialize()
|
||||
int photon_wlan_initialize(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue