~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to lib/gd77.cc

  • Committer: Hannes Matuschek
  • Date: 2020-07-07 14:34:22 UTC
  • mto: (17.1.1 qdmr-package)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: hmatuschek@gmail.com-20200707143422-1djcxrjkem3k5kb1
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
}
91
91
 
92
92
bool
93
 
GD77::startUpload(Config *config, bool blocking) {
 
93
GD77::startUpload(Config *config, bool blocking, bool update) {
94
94
  if (StatusIdle != _task)
95
95
    return false;
96
96