From 6c0c05cf7f4df7cf4b61772dbbe26f9e40ac8458 Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Mon, 29 May 2023 14:34:49 -0300 Subject: [PATCH] Add missing headers --- examples/stm32/nucleo-f746zg-cube-baremetal/Core/Inc/net.h | 1 + examples/stm32/nucleo-f746zg-cube-freertos-lwip/Core/Inc/net.h | 1 + examples/stm32/nucleo-f746zg-cube-freertos/Core/Inc/net.h | 1 + 3 files changed, 3 insertions(+) create mode 120000 examples/stm32/nucleo-f746zg-cube-baremetal/Core/Inc/net.h create mode 120000 examples/stm32/nucleo-f746zg-cube-freertos-lwip/Core/Inc/net.h create mode 120000 examples/stm32/nucleo-f746zg-cube-freertos/Core/Inc/net.h diff --git a/examples/stm32/nucleo-f746zg-cube-baremetal/Core/Inc/net.h b/examples/stm32/nucleo-f746zg-cube-baremetal/Core/Inc/net.h new file mode 120000 index 00000000..c1fa0a7b --- /dev/null +++ b/examples/stm32/nucleo-f746zg-cube-baremetal/Core/Inc/net.h @@ -0,0 +1 @@ +../../../../device-dashboard/net.h \ No newline at end of file diff --git a/examples/stm32/nucleo-f746zg-cube-freertos-lwip/Core/Inc/net.h b/examples/stm32/nucleo-f746zg-cube-freertos-lwip/Core/Inc/net.h new file mode 120000 index 00000000..c1fa0a7b --- /dev/null +++ b/examples/stm32/nucleo-f746zg-cube-freertos-lwip/Core/Inc/net.h @@ -0,0 +1 @@ +../../../../device-dashboard/net.h \ No newline at end of file diff --git a/examples/stm32/nucleo-f746zg-cube-freertos/Core/Inc/net.h b/examples/stm32/nucleo-f746zg-cube-freertos/Core/Inc/net.h new file mode 120000 index 00000000..c1fa0a7b --- /dev/null +++ b/examples/stm32/nucleo-f746zg-cube-freertos/Core/Inc/net.h @@ -0,0 +1 @@ +../../../../device-dashboard/net.h \ No newline at end of file