Added mising reference to cpu/msp430-common/include/cpu.h

so as to get the needed definition of F_RC_OSCILLATOR
This commit is contained in:
Kévin Roussel 2013-10-01 15:30:08 +02:00 committed by Oleg Hahm
parent 49c8c419bf
commit c7501ce5e0

View File

@ -18,6 +18,7 @@ License. See the file LICENSE in the top level directory for more details.
#else
#include <msp430x16x.h>
#endif
#include <cpu.h>
#include <stdint.h>
#ifdef __MSP430_HAS_TA2__