From 03933a5925ac71e4662d6152fad2237377a532cd Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 29 Nov 2009 11:34:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1356 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F103-FATFS-GCC/board.h | 10 ---------- demos/ARMCM3-STM32F103-GCC/board.h | 10 ---------- 2 files changed, 20 deletions(-) (limited to 'demos') diff --git a/demos/ARMCM3-STM32F103-FATFS-GCC/board.h b/demos/ARMCM3-STM32F103-FATFS-GCC/board.h index 0f53e5b0e..bf04625c5 100644 --- a/demos/ARMCM3-STM32F103-FATFS-GCC/board.h +++ b/demos/ARMCM3-STM32F103-FATFS-GCC/board.h @@ -20,16 +20,6 @@ #ifndef _BOARD_H_ #define _BOARD_H_ -/* - * Tricks required to make the TRUE/FALSE declaration inside the library - * compatible. - */ -#undef FALSE -#undef TRUE -#include -#define FALSE 0 -#define TRUE (!FALSE) - /* * Uncomment this if you want a 48MHz system clock, else it will be 72MHz. */ diff --git a/demos/ARMCM3-STM32F103-GCC/board.h b/demos/ARMCM3-STM32F103-GCC/board.h index 0f53e5b0e..bf04625c5 100644 --- a/demos/ARMCM3-STM32F103-GCC/board.h +++ b/demos/ARMCM3-STM32F103-GCC/board.h @@ -20,16 +20,6 @@ #ifndef _BOARD_H_ #define _BOARD_H_ -/* - * Tricks required to make the TRUE/FALSE declaration inside the library - * compatible. - */ -#undef FALSE -#undef TRUE -#include -#define FALSE 0 -#define TRUE (!FALSE) - /* * Uncomment this if you want a 48MHz system clock, else it will be 72MHz. */ -- cgit v1.2.3