Rev 8 |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | Download
  
  
-   
- #ifndef __CONFIG_H 
- #define __CONFIG_H 
-   
- #define REVISION_2 
-   
- #define HSE2_OSCILLATOR 
-   
- //typedef struct 
- //{ 
- //        unsigned short Data[800];       //1600 срщЄ 
- //        unsigned short Counter;         //ёўхЄўшъ ъюы-тр срщЄ фрээ√ї т сєЇхЁх Data 
- //                unsigned short Status; 
- //} _Rec_Frame; 
-   
- typedef union 
- { 
-         unsigned char Data8[1600]; 
-         unsigned short Data[800];       //1600 срщЄ 
-         unsigned int Data32[400]; 
- } _Rec_Frame; 
-   
- void ClkConfig(void); 
- void PortConfig(void); 
-   
- #endif  //__CONFIG_H 
-   
-