aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Win32/hal_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/Win32/hal_lld.c')
-rw-r--r--os/hal/platforms/Win32/hal_lld.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/platforms/Win32/hal_lld.c b/os/hal/platforms/Win32/hal_lld.c
index a38d356d8..31e2b9a87 100644
--- a/os/hal/platforms/Win32/hal_lld.c
+++ b/os/hal/platforms/Win32/hal_lld.c
@@ -38,6 +38,15 @@
static LARGE_INTEGER nextcnt;
static LARGE_INTEGER slice;
+/**
+ * @brief PAL setup.
+ * @details Digital I/O ports static configuration as defined in @p board.h.
+ */
+const VIOConfig pal_default_config = {
+ {0, 0, 0},
+ {0, 0, 0}
+};
+
/*===========================================================================*/
/* Driver local functions. */
/*===========================================================================*/