X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Fsds.c;h=80c31f95b9951a2978a86870ad657e9497b295da;hb=8449be73c124cdccd37500c0d67d9404b94fc9c8;hp=b424ff713a57dc50f862388bf5be132e65ba0472;hpb=fb5465ae10e39a9505634e0aaf8e1cab9710f5d7;p=mTask.git diff --git a/int/sds.c b/int/sds.c index b424ff7..80c31f9 100644 --- a/int/sds.c +++ b/int/sds.c @@ -1,7 +1,7 @@ #include #include -#ifndef STM32F767xx +#ifndef STM #include #include #endif @@ -52,8 +52,6 @@ bool sds_update(void) sdss[cs].value = read16(); debug("Received sds update %d: %d", sdss[cs].id, sdss[cs].value); - printf("Received sds update %d: %d", - sdss[cs].id, sdss[cs].value); return true; } }