mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 22:27:30 +01:00
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:
parent
7940dbf1b5
commit
0aed1400c1
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user