This commit is contained in:
Gunnar Skjold
2024-08-02 19:59:30 +02:00
parent d49b8c3839
commit ac32f74eba
9 changed files with 49 additions and 8 deletions

View File

@@ -283,11 +283,6 @@ void rxerr(int err) {
if(passiveMc != NULL) {
passiveMc->rxerr(err);
}
#if defined(AMS_KMP)
if(kmpMc != NULL) {
kmpMc->rxerr(err);
}
#endif
}
#endif