Skip to content

Commit

Permalink
Fix #424, re-add rtems_fxp_attach() to cfe_psp_start.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker authored Jan 8, 2024
1 parent f27c73e commit 10bce08
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 10bce08

Please sign in to comment.