mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-02 10:16:11 +00:00
Modified hasPendingWork to return bool
This commit is contained in:
@@ -226,6 +226,6 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
// To get the current pending work
|
||||
int hasPendingWork() const;
|
||||
// To check if there is pending work
|
||||
bool hasPendingWork() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user