Updated SPI config for faster SPI, split msp430/clock/spi into separate versions for MSP430/MSP430X
This commit is contained in:
parent
09082f02fe
commit
f4f84ffca4
14 changed files with 677 additions and 237 deletions
|
@ -43,7 +43,11 @@
|
|||
|
||||
#include "sys/rtimer.h"
|
||||
|
||||
#ifdef RTIMER_CONF_SECOND
|
||||
#define RTIMER_ARCH_SECOND RTIMER_CONF_SECOND
|
||||
#else
|
||||
#define RTIMER_ARCH_SECOND (4096U*8)
|
||||
#endif
|
||||
|
||||
rtimer_clock_t rtimer_arch_now(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue