Skip to content

Commit 9e16047

Browse files
committed
Remove pin testing
1 parent f61017c commit 9e16047

File tree

1 file changed

+1
-2
lines changed
  • secure_boot_and_secure_firmware_upgrade_over_canfd/app.X

1 file changed

+1
-2
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/app.X/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
THIS SOFTWARE.
2020
*/
2121
#include "mcc_generated_files/system/system.h"
22-
#include "mcc_generated_files/system/pins.h"
2322
#include "mcc_generated_files/flash/flash.h"
2423
#include "mcc_generated_files/flash/flash_types.h"
2524
#include "mcc_generated_files/boot/boot_config.h"
@@ -64,7 +63,7 @@ int main(void) {
6463
{
6564
if (WasLoadedByBootloader())
6665
{
67-
IO_RE6_SetHigh();
66+
// ICSP Inhibit
6867
}
6968
}
7069
}

0 commit comments

Comments
 (0)