forked from EmbeddedTeam/app_photomagnetic
fix: commented all unused module
This commit is contained in:
parent
c277f1d9ac
commit
2c22d68494
@ -5,6 +5,7 @@
|
|||||||
namespace app {
|
namespace app {
|
||||||
class WatchDogConfig {
|
class WatchDogConfig {
|
||||||
public:
|
public:
|
||||||
|
#if 0
|
||||||
WatchDogConfig() {
|
WatchDogConfig() {
|
||||||
if (!device_is_ready(m_wtd)) {
|
if (!device_is_ready(m_wtd)) {
|
||||||
__ASSERT_NO_MSG(0);
|
__ASSERT_NO_MSG(0);
|
||||||
@ -19,6 +20,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
const device *m_wtd{DEVICE_DT_GET(DT_ALIAS(watchdog0))};
|
const device *m_wtd{DEVICE_DT_GET(DT_ALIAS(watchdog0))};
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace app
|
} // namespace app
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include "watchdog.h"
|
#include "watchdog.hpp"
|
||||||
#include "zpp/fmt.hpp"
|
#include "zpp/fmt.hpp"
|
||||||
#include <etl/vector.h>
|
#include <etl/vector.h>
|
||||||
#include <led_strip_indicator/led_strip_indicator.hpp>
|
#include <led_strip_indicator/led_strip_indicator.hpp>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user