Skip to content

Commit 92c78cf

Browse files
MiKfbraghiroli
authored andcommitted
Fixed Error in PORTB06 definition for SME
1 parent a26d607 commit 92c78cf

File tree

1 file changed

+1
-1
lines changed
  • hardware/AMEL/samd/variants/AMEL_SmartEverything

1 file changed

+1
-1
lines changed

hardware/AMEL/samd/variants/AMEL_SmartEverything/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const PinDescription g_APinDescription[]=
232232
* +------------+------------------+--------+-----------------+--------------------------------------------------------------------------------------------------------
233233
*/
234234
{ PORTA, 13, PIO_PWM, (PIN_ATTR_DIGITAL|PIN_ATTR_PWM), No_ADC_Channel, PWM2_CH1, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // TCC2/WO[1]
235-
{ PORTB, 06, PIO_ANALOG, PIN_ATTR_ANALOG, ADC_Channel0, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_14 }, // ADC/AIN[14]
235+
{ PORTB, 06, PIO_ANALOG, PIN_ATTR_ANALOG, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_6 }, // ADC/AIN[14]
236236
} ;
237237

238238

0 commit comments

Comments
 (0)