Skip to content

Commit 38e9e66

Browse files
MPAE-15148: minor fixes
1 parent bc74e51 commit 38e9e66

36 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-analog-read-serial-write-mplab-mcc",
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"displayName": "Analog Read Serial Write",
99
"projectName": "avr128db48-analog-read-serial-write-mplab-mcc",
1010
"shortDescription": "This example uses the MCC Melody Library to show how to use the Analog to Digital Converter (ADC) to read a signal then send it out with the Universal Synchronous and Asynchronous Receiver-Transmitter (USART). Works with MPLABX or MPLAB XPRESS IDE.",

avr128db48-Analog-read-serial-write-mcc-1.1.0.X/main.c renamed to avr128db48-analog-read-serial-write-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.
@@ -68,4 +68,4 @@ int main(void)
6868
measurement /= ADC_ACCUMULATION; /* Divide readout by number of accumulated result chosen */
6969
USART3_send16bitDataStream(measurement); /* Send data stream out on USART3 */
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)