Fix missing ',' for CAN
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
This commit is contained in:
parent
01e3f3f61f
commit
3078740849
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ def print_can(xml, l):
|
|||
#if len(instance) == 0:
|
||||
# instance = '1'
|
||||
if 'STM32F10' in sys.argv[2] and l == canrd_list:
|
||||
s1 += 'CAN' + instance + 'STM_PIN_DATA(STM_MODE_INPUT, GPIO_NOPULL, '
|
||||
s1 += 'CAN' + instance + ', STM_PIN_DATA(STM_MODE_INPUT, GPIO_NOPULL, '
|
||||
else:
|
||||
s1 += 'CAN' + instance + ', STM_PIN_DATA(STM_MODE_AF_PP, GPIO_NOPULL, '
|
||||
r = result.split(' ')
|
||||
|
|
|
|||
Loading…
Reference in a new issue