1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

renamed and moved some defines

This commit is contained in:
Oleg Hahm 2013-08-19 19:00:09 +02:00
parent 9bfd5a95f3
commit ebc0b9b552
2 changed files with 4 additions and 3 deletions

View File

@ -30,8 +30,9 @@ License. See the file LICENSE in the top level directory for more details.
#define WORDSIZE 16
/* not used(?) */
#define F_CPU 10000000
/* CPU speed */
#define F_CPU (2457600ul)
#define F_RC_OSCILLATOR (32768) ///< Frequency of internal RC oscillator
extern volatile int __inISR;
extern char __isr_stack[MSP430_ISR_STACK_SIZE];

View File

@ -36,7 +36,7 @@ License. See the file LICENSE in the top level directory for more details.
#define ARCH_MAXTIMERS 0
#endif
#define HWTIMER_SPEED 32768
#define HWTIMER_SPEED (F_RC_OSCILLATOR)
#define HWTIMER_MAXTICKS (0xFFFFFFFF)
#endif // __HWTIMER_CPU_H