diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-03-21 18:54:43 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-03-21 18:54:43 +0200 |
| commit | 49893d234ff113344b2fdb7d0feaaf14275c9157 (patch) | |
| tree | a6b83af7885cb6dbfa07a48ea9c9d58f75fbed9f /Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config | |
| parent | 28f37792757709f1db89e6f5640ba3f7aa9f9069 (diff) | |
| download | Tango-49893d234ff113344b2fdb7d0feaaf14275c9157.tar.gz Tango-49893d234ff113344b2fdb7d0feaaf14275c9157.zip | |
heaters test and proto buf bug fix (free data)
some PMR changes
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin_config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin_config.c b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin_config.c index 8e378309a..abf773090 100644 --- a/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin_config.c +++ b/Software/Embedded_SW/Embedded/Common/Sys_PinOut_Config/Pin_config.c @@ -18,6 +18,8 @@ void InitPinOutPullUps(void) GPIOPadConfigSet(GPIO_PORTG_BASE, GPIO_INT_PIN_0,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); GPIOPadConfigSet(GPIO_PORTG_BASE, GPIO_INT_PIN_1,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); + GPIOPadConfigSet(GPIO_PORTH_BASE, GPIO_INT_PIN_2,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); + GPIOPadConfigSet(GPIO_PORTH_BASE, GPIO_INT_PIN_3,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); GPIOPadConfigSet(GPIO_PORTH_BASE, GPIO_INT_PIN_5,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); GPIOPadConfigSet(GPIO_PORTH_BASE, GPIO_INT_PIN_6,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); GPIOPadConfigSet(GPIO_PORTH_BASE, GPIO_INT_PIN_7,GPIO_STRENGTH_2MA,GPIO_PIN_TYPE_STD_WPU); |
