-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hello,
I've found that some headers in avr/io
(for instance, iom324pa.h
) has
#define UCSZ00 1
// ...
#define UCSZ10 1
for each UART separately, while others (for instance, iom324pb.h
) has only
#define UCSZ0 1
for all UARTs. Note, for instance, 324PB has three of them.
What is the purpose for having different names for the same thing and how to write portable code?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested