source:
trunk/firmware/SES/Inc/precharge.h@
9
| Last change on this file since 9 was 1, checked in by , 3 years ago | |
|---|---|
| File size: 308 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __PRE_CHARGE__H |
| 2 | #define __PRE_CHARGE__H |
| 3 | |
| 4 | #ifdef __cplusplus |
| 5 | extern "C" { |
| 6 | #endif |
| 7 | |
| 8 | void SetReturnFunction(void (*WhereToReturnControl)(void)); |
| 9 | |
| 10 | #ifdef USE_RAM_FUNC |
| 11 | __RAM_FUNC void PreChargeStage(void); |
| 12 | #else |
| 13 | void PreChargeStage(void); |
| 14 | #endif |
| 15 | |
| 16 | #ifdef __cplusplus |
| 17 | } |
| 18 | #endif |
| 19 | |
| 20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
