Skip to content

Commit

Permalink
Merge pull request #425 from dzbaker/fix-424
Browse files Browse the repository at this point in the history
Fix #424, re-add rtems_fxp_attach() to cfe_psp_start.c.
  • Loading branch information
dzbaker committed Jan 8, 2024
2 parents 2b93573 + 10bce08 commit 14a1678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fsw/pc-rtems/src/cfe_psp_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#include <rtems/rtems_dhcp_failsafe.h>
#include <bsp.h>

extern int rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching);

/*
** cFE includes
*/
Expand Down

0 comments on commit 14a1678

Please sign in to comment.