fix: commented all unused module

This commit is contained in:
zys 2026-03-04 13:50:33 +08:00
parent c277f1d9ac
commit 2c22d68494
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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>