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:
parent
9bfd5a95f3
commit
ebc0b9b552
@ -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];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user