Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug #1648] iom169.h: PE0 redefined #3

Closed
avrs-admin opened this issue Jan 30, 2022 · 1 comment
Closed

[bug #1648] iom169.h: PE0 redefined #3

avrs-admin opened this issue Jan 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@avrs-admin
Copy link

Fri 08 Nov 2002 07:47:17 PM CET

PE0 redefined with different values in iom169.h. This only gave a compilation warning.

This issue was migrated from https://savannah.nongnu.org/bugs/?1648

@avrs-admin avrs-admin added the bug Something isn't working label Jan 30, 2022
@avrs-admin
Copy link
Author

Theodore A. Roth
Fri 08 Nov 2002 08:18:59 PM CET

This is a typo for the bit definitions of the UCSR0A register. Here's the committed fix:

Index: iom169.h

RCS file: /cvsroot/avr-libc/avr-libc/include/avr/iom169.h,v
retrieving revision 1.2
diff -u -r1.2 iom169.h
--- iom169.h    30 Sep 2002 18:38:05 -0000      1.2
+++ iom169.h    8 Nov 2002 19:09:18 -0000
@@ -876,7 +876,7 @@
#define UDRE0  5
#define FE0       4
#define DOR0   3
-#define PE0    2
+#define UPE0   2
#define U2X0   1
#define MPCM0  0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant