I'm trying to define a storage type Uint8. Heres my definition:

#define Uint8 unsigned char

But I get this error when I try and use it:

error C2061: syntax error : identifier 'Uint8'

Could someone tell me what I'm doing wrong here? Thanks.