File tree Expand file tree Collapse file tree 11 files changed +170
-170
lines changed
Expand file tree Collapse file tree 11 files changed +170
-170
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 1313 @Description:
1414 This header file provides implementations for driver APIs for all modules selected in the GUI.
1515 Generation Information :
16- Product Revision : 16-bit Bootloader - 1.18.4-SNAPSHOT
16+ Product Revision : 16-bit Bootloader - 1.18.4
1717 Device : dsPIC33CK256MP508
1818 The generated drivers are tested against the following:
1919 Compiler : XC16 v1.36B
Original file line number Diff line number Diff line change 5353#include "system_types.h"
5454#include "reset.h"
5555
56- #include "reset.h"
57- #include "memory/flash.h"
58- #include "boot/boot_process.h"
56+ #include "can1.h"
57+ #include "tmr1.h"
5958#include "watchdog.h"
60- #include "uart1 .h"
59+ #include "memory/flash .h"
6160#include "delay.h"
62- #include "tmr1.h"
61+ #include "reset.h"
62+ #include "uart1.h"
63+ #include "boot/boot_process.h"
6364#include "interrupt_manager.h"
6465#include "traps.h"
65- #include "can1.h"
6666
6767#warning "This file will be removed in future MCC releases. Use system.h instead."
6868
Original file line number Diff line number Diff line change 124124#include "clock.h"
125125#include "system.h"
126126#include "system_types.h"
127+ #include "can1.h"
128+ #include "tmr1.h"
127129#include "memory/flash.h"
128- #include "boot/boot_process.h"
129- #include "uart1.h"
130130#include "delay.h"
131- #include "tmr1.h"
131+ #include "uart1.h"
132+ #include "boot/boot_process.h"
132133#include "interrupt_manager.h"
133134#include "traps.h"
134- #include "can1.h"
135135
136136void SYSTEM_Initialize (void )
137137{
You can’t perform that action at this time.
0 commit comments