From c7501ce5e02879d09fd3f888c71119532afbe07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Roussel?= Date: Tue, 1 Oct 2013 15:30:08 +0200 Subject: [PATCH] Added mising reference to cpu/msp430-common/include/cpu.h so as to get the needed definition of F_RC_OSCILLATOR --- cpu/msp430-common/include/hwtimer_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/msp430-common/include/hwtimer_cpu.h b/cpu/msp430-common/include/hwtimer_cpu.h index 735b4dd1a0..2b8da7d022 100644 --- a/cpu/msp430-common/include/hwtimer_cpu.h +++ b/cpu/msp430-common/include/hwtimer_cpu.h @@ -18,6 +18,7 @@ License. See the file LICENSE in the top level directory for more details. #else #include #endif +#include #include #ifdef __MSP430_HAS_TA2__