Skip to content

Commit e622ccb

Browse files
committed
MPAE-19439 fixed MISRA compliance
1 parent fbe2f89 commit e622ccb

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

+289
-191
lines changed

avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf.X/avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf.mc3.bak0

Lines changed: 0 additions & 93 deletions
This file was deleted.

avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf.X/avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf.mc3.bak1

Lines changed: 0 additions & 93 deletions
This file was deleted.

avr128db48-i2c-io-expander2-leds-buttons-polled-printf.X/avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf.mc3

Lines changed: 284 additions & 0 deletions
Large diffs are not rendered by default.

avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf.X/main.c renamed to avr128db48-i2c-io-expander2-leds-buttons-polled-printf.X/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ int main(void)
185185
}
186186
}
187187
return 0; // Shouldn't get here!!
188-
}
188+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
manifest_file_version: 1.0.0
44
project: avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf
5-
creation_date: 2025-04-12T14:12:26.527+02:00[Europe/Berlin]
5+
creation_date: 2025-04-14T11:32:09.873+02:00[Europe/Berlin]
66
operating_system: Windows 11
77
mcc_mode: IDE
88
mcc_mode_version: v6.25
@@ -14,7 +14,7 @@ content_manager_version: 5.0.1
1414
is_mcc_offline: false
1515
is_using_prerelease_versions: true
1616
mcc_content_registries: https://registry.npmjs.org/,https://artifacts.microchip.com/artifactory/api/npm/npm/
17-
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.8.1}
17+
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.9.0-feat.24}
1818
packs: {name: AVR-Dx_DFP, version: 2.7.321}
1919
modules:
2020
- {name: '@mchp-mcc/avr-8bit', type: MELODY, version: 4.13.1-dev.4}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
manifest_file_version: 1.0.0
44
project: avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf
5-
creation_date: 2025-04-12T14:12:26.473+02:00[Europe/Berlin]
5+
creation_date: 2025-04-14T11:32:09.821+02:00[Europe/Berlin]
66
operating_system: Windows 11
77
mcc_mode: IDE
88
mcc_mode_version: v6.25
@@ -14,7 +14,7 @@ content_manager_version: 5.0.1
1414
is_mcc_offline: false
1515
is_using_prerelease_versions: true
1616
mcc_content_registries: https://registry.npmjs.org/,https://artifacts.microchip.com/artifactory/api/npm/npm/
17-
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.8.1}
17+
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.9.0-feat.24}
1818
packs: {name: AVR-Dx_DFP, version: 2.7.321}
1919
modules:
2020
- {name: '@mchp-mcc/avr-8bit', type: MELODY, version: 4.13.1-dev.4}

0 commit comments

Comments
 (0)