#!/usr/bin/perl

exec( "avr-updi", "write-flash", @ARGV );

__END__

=head1 NAME

F<avr-updi-write-nvm> - write a program to NVM of an F<AVR> microcontroller over F<UPDI> (deprecated)

=head1 SYNOPSIS

   $ avr-updi write-flash -p t814 firmware.hex

=head1 DESCRIPTION

This program is deprecated. See the C<write-flash> subcommand of F<avr-updi>
instead.
