Subversion Repositories Code-Repo

Rev

Rev 265 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 265 Rev 266
Line 6... Line 6...
6
#include <xc.h>
6
#include <xc.h>
7
#include <plib.h>
7
#include <plib.h>
8
#include <stdint.h>
8
#include <stdint.h>
9
 
9
 
10
// Uncomment ONE of the following:
10
// Uncomment ONE of the following:
11
#define CEREBOT_32MX7
11
//#define CEREBOT_32MX7
12
// #define CEREBOT_MX7CK
12
 #define CEREBOT_MX7CK
13
 
13
 
14
// Power supply must be 5V for proper operation of the board!
14
// Power supply must be 5V for proper operation of the board!
15
 
15
 
16
#define CPU_CLOCK_HZ    80000000UL
16
#define CPU_CLOCK_HZ    80000000UL
17
#define PERIPHERAL_CLOCK_HZ 80000000UL
17
#define PERIPHERAL_CLOCK_HZ 80000000UL