Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e7d82ce2
Commit
e7d82ce2
authored
May 30, 2002
by
Marek Michalkiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/avr.c (avr_mcu_types): Fix typo in previous patch.
From-SVN: r54057
parent
e3277ffb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/avr/avr.c
+2
-2
No files found.
gcc/config/avr/avr.c
View file @
e7d82ce2
...
@@ -169,8 +169,8 @@ static const struct mcu_type_s avr_mcu_types[] = {
...
@@ -169,8 +169,8 @@ static const struct mcu_type_s avr_mcu_types[] = {
{
"at90s8535"
,
2
,
"__AVR_AT90S8535__"
},
{
"at90s8535"
,
2
,
"__AVR_AT90S8535__"
},
/* Classic, > 8K. */
/* Classic, > 8K. */
{
"avr3"
,
3
,
NULL
},
{
"avr3"
,
3
,
NULL
},
{
"atmega103"
,
3
,
"__AVR_ATmega
6
03__"
},
{
"atmega103"
,
3
,
"__AVR_ATmega
1
03__"
},
{
"atmega603"
,
3
,
"__AVR_ATmega
1
03__"
},
{
"atmega603"
,
3
,
"__AVR_ATmega
6
03__"
},
{
"at43usb320"
,
3
,
"__AVR_AT43USB320__"
},
{
"at43usb320"
,
3
,
"__AVR_AT43USB320__"
},
{
"at43usb355"
,
3
,
"__AVR_AT43USB355__"
},
{
"at43usb355"
,
3
,
"__AVR_AT43USB355__"
},
{
"at76c711"
,
3
,
"__AVR_AT76C711__"
},
{
"at76c711"
,
3
,
"__AVR_AT76C711__"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment