We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61017c commit 9e16047Copy full SHA for 9e16047
secure_boot_and_secure_firmware_upgrade_over_canfd/app.X/main.c
@@ -19,7 +19,6 @@
19
THIS SOFTWARE.
20
*/
21
#include "mcc_generated_files/system/system.h"
22
-#include "mcc_generated_files/system/pins.h"
23
#include "mcc_generated_files/flash/flash.h"
24
#include "mcc_generated_files/flash/flash_types.h"
25
#include "mcc_generated_files/boot/boot_config.h"
@@ -64,7 +63,7 @@ int main(void) {
64
63
{
65
if (WasLoadedByBootloader())
66
67
- IO_RE6_SetHigh();
+ // ICSP Inhibit
68
}
69
70
0 commit comments