diff options
Diffstat (limited to 'os/hal/platforms/SPC560Pxx/hal_lld.h')
-rw-r--r-- | os/hal/platforms/SPC560Pxx/hal_lld.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/os/hal/platforms/SPC560Pxx/hal_lld.h b/os/hal/platforms/SPC560Pxx/hal_lld.h index a235a0316..9af90e713 100644 --- a/os/hal/platforms/SPC560Pxx/hal_lld.h +++ b/os/hal/platforms/SPC560Pxx/hal_lld.h @@ -35,6 +35,7 @@ #define _HAL_LLD_H_
#include "xpc560p.h"
+#include "spc560p_registry.h"
/*===========================================================================*/
/* Driver constants. */
@@ -218,21 +219,6 @@ /** @} */
/*===========================================================================*/
-/* Platform capabilities. */
-/*===========================================================================*/
-
-/**
- * @name SPC560Pxx capabilities
- * @{
- */
-/* SIUL attributes.*/
-#define SPC5_HAS_SIUL TRUE
-#define SPC5_SIUL_NUM_PORTS 4
-#define SPC5_SIUL_NUM_PCRS 108
-#define SPC5_SIUL_NUM_PADSELS 36
-/** @} */
-
-/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/
|