aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 22:14:45 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-10-08 22:14:45 +0200
commit2c2c3c567c329d748d551b29de5cbf04f0ae4beb (patch)
treec59a797292ae4c716e5182de4a6497f7bf20fbb1 /os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
parent9fd36443b43c92bacc594ff4c9c1cce08d49a6e0 (diff)
downloadChibiOS-Contrib-2c2c3c567c329d748d551b29de5cbf04f0ae4beb.tar.gz
ChibiOS-Contrib-2c2c3c567c329d748d551b29de5cbf04f0ae4beb.tar.bz2
ChibiOS-Contrib-2c2c3c567c329d748d551b29de5cbf04f0ae4beb.zip
Updated wdg_lld to use TivaWare.
Diffstat (limited to 'os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h')
-rw-r--r--os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h b/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
index f88fa26..38bee25 100644
--- a/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
+++ b/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
@@ -146,7 +146,7 @@ struct WDGDriver
/**
* @brief Pointer to the WDT registers block.
*/
- WDT_TypeDef *wdt;
+ uint32_t wdt;
};
/*===========================================================================*/