Fix build without debugger support.

This commit is contained in:
Christian Speckner 2019-02-10 21:59:23 +00:00
parent 9d31d4a519
commit 13cedefc8f
1 changed files with 2 additions and 0 deletions

View File

@ -1096,7 +1096,9 @@ void DeveloperDialog::handleCommand(CommandSender* sender, int cmd, int data, in
void DeveloperDialog::handleSettings(bool devSettings)
{
myUndrivenPinsWidget->setEnabled(devSettings);
#ifdef DEBUGGER_SUPPORT
myRWPortBreakWidget->setEnabled(devSettings);
#endif
myThumbExceptionWidget->setEnabled(devSettings);
if (mySettings != devSettings)