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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/os/hal/platforms/Win32/hal_lld.c b/os/hal/platforms/Win32/hal_lld.c
index 51781b94c..a03d91998 100644
--- a/os/hal/platforms/Win32/hal_lld.c
+++ b/os/hal/platforms/Win32/hal_lld.c
@@ -38,17 +38,6 @@
static LARGE_INTEGER nextcnt;
static LARGE_INTEGER slice;
-/**
- * @brief PAL setup.
- * @details Digital I/O ports static configuration as defined in @p board.h.
- */
-#if HAL_USE_PAL || defined(__DOXYGEN__)
-const PALConfig pal_default_config = {
- {0, 0, 0},
- {0, 0, 0}
-};
-#endif
-
/*===========================================================================*/
/* Driver local functions. */
/*===========================================================================*/