diff options
Diffstat (limited to 'board/sacsng/clkinit.h')
| -rw-r--r-- | board/sacsng/clkinit.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/board/sacsng/clkinit.h b/board/sacsng/clkinit.h index 011638f2f..68d69db36 100644 --- a/board/sacsng/clkinit.h +++ b/board/sacsng/clkinit.h @@ -22,11 +22,6 @@   * MA 02111-1307 USA   */ -#ifndef FALSE -#define FALSE 0 -#define TRUE (!FALSE) -#endif -  #define SLRCLK_EN_MASK  0x00040000 /* PA13 - SLRCLK_EN*     */  #define MIN_SAMPLE_RATE       4000 /* Minimum sample rate */ |