File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ SDU KEYWORD1
1212# Methods and Functions (KEYWORD2)
1313#######################################
1414
15- reset KEYWORD2
16-
1715#######################################
1816# Constants (LITERAL1)
1917#######################################
Original file line number Diff line number Diff line change @@ -32,15 +32,3 @@ unsigned char sduBoot[0x4000] = {
3232 #error "Unsupported board!"
3333#endif
3434};
35-
36- SDUClass::SDUClass () {
37- }
38-
39- void SDUClass::reset () {
40- // Reset the device
41- NVIC_SystemReset () ;
42-
43- while (true );
44- }
45-
46- SDUClass SDU;
Original file line number Diff line number Diff line change 1919#ifndef _SDU_H_INCLUDED
2020#define _SDU_H_INCLUDED
2121
22- class SDUClass {
23- public:
24- SDUClass ();
25-
26- void reset ();
27- };
28-
29- extern SDUClass SDU;
22+ // nothing for now
3023
3124#endif
You can’t perform that action at this time.
0 commit comments