Added resource definition for button and removed obsolete compiler setup (compiler setup is now handled by cpu/msp430/msp430def.h)

This commit is contained in:
Niclas Finne 2012-01-11 00:22:18 +01:00
parent 24d58edf15
commit 1c6c4ba2f1
3 changed files with 5 additions and 24 deletions

View file

@ -25,13 +25,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: platform-conf.h,v 1.1 2010/08/24 16:26:38 joxe Exp $
*/
/**
* \file
* A brief description of what this file is
* Platform configuration for the Z1SP platform
* \author
* Joakim Eriksson <joakime@sics.se>
*/
@ -47,8 +45,7 @@
#define ZOLERTIA_Z1SP 1 /* Enric */
/* CPU target speed in Hz */
/* CPU target speed in Hz */
#define F_CPU 8000000uL // 8MHz by default
#define F_CPU 8000000uL /* 8MHz by default */
//Enric #define F_CPU 3900000uL /*2457600uL*/
/* Our clock resolution, this is the same as Unix HZ. */
@ -59,8 +56,6 @@
#define CCIF
#define CLIF
#define CC_CONF_INLINE inline
#define HAVE_STDINT_H
#include "msp430def.h"