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:
raiden00pl 2026-06-01 09:51:49 +02:00 committed by Alan C. Assis
parent 07c4bf0048
commit e8ac5be43e
3 changed files with 4 additions and 2 deletions

View file

@ -106,6 +106,8 @@ void board_late_initialize(void)
{
int ret = OK;
UNUSED(ret);
#ifdef CONFIG_PWM
/* Initialize PWM and register the PWM device. */

View file

@ -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;

View file

@ -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;