Skip to content

Commit

Permalink
ethernet_interface: Fix configuration
Browse files Browse the repository at this point in the history
Include config.h to satisfy #ifdefs used in code.
Fixes config 'persist-mac' and 'uboot-env' having no effect.

Change-Id: I27a4984dc069871dc757388494fcf145069a6143
Signed-off-by: Patrick Rudolph <[email protected]>
  • Loading branch information
PatrickRudolph committed Sep 4, 2023
1 parent c990007 commit 9caa64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ethernet_interface.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "config.h"

#include "ethernet_interface.hpp"

Expand Down

0 comments on commit 9caa64d

Please sign in to comment.