#ifndef SYNCH_H #define SYNCH_H #include #define MAX_SAMPLES 10 // Vorwärtsdeklarationen void synchronite(struct k_work *work); #endif