Added FpDbgAvrClasses to uses list so that AVR debugging is available in fpd

Patch/Contributed by ccrause

git-svn-id: trunk@62751 -
This commit is contained in:
martin 2020-03-12 14:21:07 +00:00
parent 7940dbf1b5
commit 0aed1400c1

View File

@ -53,6 +53,7 @@ uses
// The $ifdef below will not work for cross debugging of a remote target
{$ifdef DARWIN}FpDbgDarwinClasses,{$endif}
{$ifdef LINUX}FpDbgLinuxClasses,{$endif}
FpDbgAvrClasses,
FpDbgCommon;
{$ifdef windows}