libnds: Typo bug in version 1.3.1 in fifocommon.h

Post Reply
kadrim1983
Posts: 6
Joined: Mon Dec 22, 2008 12:46 am

libnds: Typo bug in version 1.3.1 in fifocommon.h

Post by kadrim1983 » Thu Jan 01, 2009 12:50 pm

i think there is a minor typo in the fifocommon.h at:

Code: Select all

typedef enum {
   FIFO_PM		= 0,
   FIFO_SOUND	= 1,
   FIFO_SYSTEM	= 2, 
   FIFO_RSDV_01	= 3,
   FIFO_RSVD_02 = 4,
   FIFO_RSVD_03 = 5,
...
Where "FIFO_RSDV_01" should have been "FIFO_RSVD_01"

EDIT: doesn't matter at all because this channel identifier will never get used, only replaced by whatever name is needed.

D'oh ;-)

Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests