1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifndef _SAML11_PTC_COMPONENT_H_
- #define _SAML11_PTC_COMPONENT_H_
- #define _SAML11_PTC_COMPONENT_
- #define PTC_U2215
- #define REV_PTC 0x500
- #if !(defined(__ASSEMBLER__) || defined(__IAR_SYSTEMS_ASM__))
- typedef void Ptc;
- #endif
- #endif
|