From 40bb4b80dca43d80ef9255e286df51a07979d652 Mon Sep 17 00:00:00 2001 From: maralvira Date: Mon, 17 Jan 2011 15:48:39 +0000 Subject: [PATCH] whitespace fixup to sync with libmc1322x --- cpu/mc1322x/src/default_lowlevel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu/mc1322x/src/default_lowlevel.h b/cpu/mc1322x/src/default_lowlevel.h index ee08833b2..8caafd5fe 100644 --- a/cpu/mc1322x/src/default_lowlevel.h +++ b/cpu/mc1322x/src/default_lowlevel.h @@ -30,7 +30,7 @@ * This file is part of libmc1322x: see http://mc1322x.devl.org * for details. * - * $Id: default_lowlevel.h,v 1.3 2010/11/10 21:58:12 maralvira Exp $ + * $Id: default_lowlevel.h,v 1.4 2011/01/17 15:48:39 maralvira Exp $ */ #ifndef LOWLEVEL_H @@ -39,6 +39,7 @@ #include "crm.h" #define trim_xtal() pack_XTAL_CNTL(CTUNE_4PF, CTUNE, FTUNE, IBIAS) + void default_vreg_init(void); void uart1_init(uint16_t inc, uint16_t mod, uint8_t samp);