Skip to content

Commit 906f29e

Browse files
committed
deleted mock interrupt routine (testing on hardware)
1 parent 928ac9f commit 906f29e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/mock_interfaces/RotaryEncoderInterface.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ class RotaryEncoderInterface
3535
_ccu_data.encoder_value = _encoder_data.encoder_value;
3636
}
3737

38-
static inline void isr1() {
39-
// Mock implementation - no-op
40-
}
41-
4238
inline void set_enc_value(int dt_value) {
4339
if (dt_value == HIGH) {
4440
if (_encoder_data.encoder_value < _encoder_data.max_value) {

0 commit comments

Comments
 (0)