Skip to content

Commit 9067b9f

Browse files
Changed valid command received statement
1 parent 3e54390 commit 9067b9f

File tree

1 file changed

+1
-1
lines changed
  • secure_boot_and_secure_firmware_upgrade_over_canfd/icsp_inhibit.X

1 file changed

+1
-1
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/icsp_inhibit.X/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static void CheckForUnlockCommand(char *window, int *windowIndex)
123123
{
124124
MoveCursor(5);
125125
ClearTerminalLine();
126-
printf("Unlock command successful.\n");
126+
printf("ICSP Programming/Debugging permanently disabled. \n");
127127
MoveCursor(10);
128128
ClearTerminalLine();
129129
*windowIndex = 0;

0 commit comments

Comments
 (0)