Skip to content

Commit d92fe7b

Browse files
committed
example compilation fix.
1 parent f760a27 commit d92fe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nokia5110/nokia5110.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void setup() {
6969

7070
// here we load an item very early because we need to initialise it before the menu starts.
7171
// be very careful not to use any menu infrastructure during the callback.
72-
loadMenuItem(&eeprom, menuIP, 0xd00d);
72+
loadMenuItem(&eeprom, &menuIP, 0xd00d);
7373

7474
// spin up the Ethernet library, get the IP address from the menu
7575
byte* rawIp = menuIP.getIpAddress();

0 commit comments

Comments
 (0)