sinkSender
This commit is contained in:
11
src/sinkSender.c
Normal file
11
src/sinkSender.c
Normal file
@ -0,0 +1,11 @@
|
||||
#include <stdint.h>
|
||||
#include "sinkSender.h"
|
||||
#include "logging.h"
|
||||
|
||||
void sinkSenderInit() {
|
||||
|
||||
}
|
||||
|
||||
void sinkSenderPut(uint32_t seconds, uint32_t frequency) {
|
||||
logmsg(LOG_DEBUG, "s: %lu, f: %lu", seconds, frequency);
|
||||
}
|
Reference in New Issue
Block a user