Skip to content

Commit d9626ff

Browse files
MPAE-15039: minor fixes
1 parent 1c2bce6 commit d9626ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3
-3
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.avr128db48-timer-triggered-adc-sampling-mplab-mcc",
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"displayName": "Timer Triggered ADC Sampling",
99
"projectName": "avr128db48-timer-triggered-adc-sampling-mplab-mcc",
1010
"shortDescription": "This example shows how to configure the Analog-to-Digital Converter (ADC) to trigger a conversion on a specific event. The Timer/Counter type A (TCA) overflow is used to trigger the ADC sample accumulation and ADC result is transmitted through USART",

128db48-timer-triggered-adc-sampling-mplab-mcc.X/main.c renamed to avr128db48-timer-triggered-adc-sampling-mplab-mcc.X/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
/*
14-
© [2022] Microchip Technology Inc. and its subsidiaries.
14+
[2022] Microchip Technology Inc. and its subsidiaries.
1515
1616
Subject to your compliance with these terms, you may use Microchip
1717
software and any derivatives exclusively with Microchip products.
@@ -87,4 +87,4 @@ int main(void)
8787
}
8888

8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)