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 {
|
||||
class WatchDogConfig {
|
||||
public:
|
||||
#if 0
|
||||
WatchDogConfig() {
|
||||
if (!device_is_ready(m_wtd)) {
|
||||
__ASSERT_NO_MSG(0);
|
||||
@ -19,6 +20,7 @@ public:
|
||||
|
||||
private:
|
||||
const device *m_wtd{DEVICE_DT_GET(DT_ALIAS(watchdog0))};
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace app
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "watchdog.h"
|
||||
#include "watchdog.hpp"
|
||||
#include "zpp/fmt.hpp"
|
||||
#include <etl/vector.h>
|
||||
#include <led_strip_indicator/led_strip_indicator.hpp>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user