clarify comment

This commit is contained in:
Markus Fröschle
2015-10-13 05:21:53 +00:00
parent 3d42910fea
commit 75e00fcec0

View File

@@ -85,7 +85,7 @@ void setcookie(uint32_t cookie, uint32_t value)
printf("cannot set cookie, cookie jar is full!\r\n"); printf("cannot set cookie, cookie jar is full!\r\n");
} }
#define COOKIE_DMAC 0x444d4143L /* FireTOS DMA API */ #define COOKIE_DMAC 0x444d4143L /* FireTOS DMA API cookie ("DMAC") */
#define COOKIE_BAS_ 0x4241535fL /* BAS_ cookie (points to driver table struct */ #define COOKIE_BAS_ 0x4241535fL /* BAS_ cookie (points to driver table struct */
static char *dt_to_str(enum driver_type dt) static char *dt_to_str(enum driver_type dt)