Skip to content

Commit c6ce6f5

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #39: Add warning
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:feature/MCU16GITHUB-938-add-a-warning-notifying-the-customer-of-the-effects-of-running-this-app to feature/MCU16GITHUB-842-add-the-icsp-inhibit-feature * commit 'f31cae9e3f807e0050affe261083c270203b2325': Add warning
2 parents e2c5e8b + f31cae9 commit c6ce6f5

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/icsp_inhibit.X/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
EXCEED AMOUNT OF FEES, IF ANY, YOU PAID DIRECTLY TO MICROCHIP FOR
1919
THIS SOFTWARE.
2020
*/
21-
21+
#warning "!!RUNNING THIS PROGRAM AND FOLLOWING THE STEPS OUTLINED IN THE CONSOLE WILL PERMANENTLY DISABLE DIRECT PROGRAMMING OF THE BOARD. FOR ADDITIONAL INFORMATION, SEE THE README.MD INCLUDED WITH THIS PROJECT AND THE FAMILY DATA SHEET LOCATED AT https://ww1.microchip.com/downloads/aemDocuments/documents/MCU16/ProductDocuments/DataSheets/dsPIC33CK1024MP710-Family-Data-Sheet-DS70005496.pdf"
22+
2223
#include <stdio.h>
2324
#include <string.h>
2425
#include <stdbool.h>

0 commit comments

Comments
 (0)