From be591f9e2a45d7c6a39f2ec6797906e0440bf4ef Mon Sep 17 00:00:00 2001 From: Thomas Lang <61660361+batkay@users.noreply.github.com> Date: Sun, 31 May 2026 00:31:52 -0700 Subject: [PATCH] Fixed 10baset1s sample code failing to compile --- .../spe-shield/tutorials/getting-started/spe-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.uno/shields/spe-shield/tutorials/getting-started/spe-getting-started.md b/content/hardware/02.uno/shields/spe-shield/tutorials/getting-started/spe-getting-started.md index b088408cbc..2bfeea3c76 100644 --- a/content/hardware/02.uno/shields/spe-shield/tutorials/getting-started/spe-getting-started.md +++ b/content/hardware/02.uno/shields/spe-shield/tutorials/getting-started/spe-getting-started.md @@ -244,7 +244,7 @@ bool setupNetwork() { // Create the network components networkIO = new TC6::TC6_Io(SPI, CS_PIN, RESET_PIN, IRQ_PIN); - networkController = new TC6::TC6_Arduino_10BASE_T1S(networkIO); + networkController = new TC6::TC6_Arduino_10BASE_T1S(*networkIO); messageService = new Arduino_10BASE_T1S_UDP(); // Set up interrupt (this lets the network chip tell us when data arrives)