mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
fixes bug in telosb board.h introduced by PR #459
This commit is contained in:
parent
0409d4b3a1
commit
2ce6f8ddbb
@ -30,8 +30,8 @@
|
||||
#define __MSP430F1611__
|
||||
#endif
|
||||
|
||||
//MSB430 core
|
||||
#define MSP430_INITIAL_CPU_SPEED 8000000uL
|
||||
//TelosB core
|
||||
#define MSP430_INITIAL_CPU_SPEED 2457600uL
|
||||
#define F_CPU MSP430_INITIAL_CPU_SPEED
|
||||
#define F_RC_OSCILLATOR 32768
|
||||
#define MSP430_HAS_DCOR 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user