+ V is avr help screen option

git-svn-id: trunk@18013 -
This commit is contained in:
florian 2011-07-17 20:44:10 +00:00
parent 57cdf34a6b
commit 5c9e0a7a1b

View File

@ -365,6 +365,9 @@ begin
'S', 'S',
{$endif} {$endif}
{$ifdef vis} {$ifdef vis}
'I',
{$endif}
{$ifdef avr}
'V', 'V',
{$endif} {$endif}
'*' : show:=true; '*' : show:=true;