From f7b14efc7f8d1ac6c8cd5bb4dc7fd8b9f36c33d0 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 17 Mar 2006 00:06:11 +0000 Subject: Some extra PP defines, and make some PP5002 defines consistens with PP5020. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9066 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5020.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/pp5020.h') diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index b0722af2ae..9e3097d1e9 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -82,6 +82,7 @@ #define I2C_IRQ (32+8) #define TIMER1_MASK (1 << TIMER1_IRQ) +#define TIMER2_MASK (1 << TIMER2_IRQ) #define I2S_MASK (1 << I2S_IRQ) #define IDE_MASK (1 << IDE_IRQ) #define GPIO_MASK (1 << (GPIO_IRQ-32)) -- cgit v1.2.3