We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f0928 commit d2ade65Copy full SHA for d2ade65
1 file changed
examples/acorn/service.cpp
@@ -15,8 +15,6 @@
15
// See the License for the specific language governing permissions and
16
// limitations under the License.
17
18
-#include <sstream>
19
-
20
#include <os>
21
#include <acorn>
22
@@ -123,7 +121,7 @@ void Service::start()
123
121
dashboard_ = std::make_unique<dashboard::Dashboard>(8192);
124
122
// Add singleton component
125
dashboard_->add(dashboard::Memmap::instance());
126
- //dashboard_->add(dashboard::StackSampler::instance());
+ dashboard_->add(dashboard::StackSampler::instance());
127
dashboard_->add(dashboard::Status::instance());
128
// Construct component
129
dashboard_->construct<dashboard::Statman>(Statman::get());
0 commit comments