10 lines
131 B
C
10 lines
131 B
C
#ifndef SYNCH_H
|
|
#define SYNCH_H
|
|
|
|
#include <zephyr/kernel.h>
|
|
|
|
#define MAX_SAMPLES 10
|
|
|
|
void synchronite(struct k_work *work);
|
|
|
|
#endif |