diff options
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/nor/avrf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c index ecc09046..1984c9ef 100644 --- a/src/flash/nor/avrf.c +++ b/src/flash/nor/avrf.c @@ -69,6 +69,7 @@ static const struct avrf_type avft_chips_info[] = { */ {"atmega128", 0x9702, 256, 512, 8, 512}, {"at90can128", 0x9781, 256, 512, 8, 512}, + {"at90usb128", 0x9782, 256, 512, 8, 512}, {"atmega164p", 0x940a, 128, 128, 4, 128}, {"atmega324p", 0x9508, 128, 256, 4, 256}, {"atmega324pa", 0x9511, 128, 256, 4, 256}, |