summaryrefslogtreecommitdiff
path: root/command.c
blob: 41472c775ad6a660850e17fe84abfb246a56b775 (plain)
1
2
3
4
5
6
7
8
9
10
#include <avr/io.h>
#include <stdint.h>

#include "serial.h"

uint16_t serial_rx_cb(char *buffer, uint16_t len)
{
	return 1;
}