Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

C-Typedef struct with µClinux

Hi all, I'm trying to use in my header file the simple following code : typedef enum { COUNTER1 = 0, COUNTER2 = 1, } ERRORCOUNTER; and in my .c main file something ...