Skip to content

Commit c72137d

Browse files
committed
remove the degugs
1 parent d37d7b3 commit c72137d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

FprimeZephyrReference/Components/Burnwire/Burnwire.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// ======================================================================
55

66
#include "FprimeZephyrReference/Components/Burnwire/Burnwire.hpp"
7-
#include <zephyr/kernel.h>
8-
#include <zephyr/sys/printk.h>
97

108
namespace Components {
119

@@ -56,8 +54,6 @@ void Burnwire ::schedIn_handler(FwIndexType portNum, U32 context) {
5654

5755
if (this->m_state == Fw::On::ON) {
5856
this->m_safetyCounter++;
59-
printk("safety counter: %u\n", this->m_safetyCounter);
60-
printk("Burnwire safety counter: %u\n", this->m_safetyCounter);
6157
if (this->m_safetyCounter == 1) {
6258
this->gpioSet_out(0, Fw::Logic::HIGH);
6359
this->gpioSet_out(1, Fw::Logic::HIGH);

0 commit comments

Comments
 (0)