Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1220 → Rev 1221

/branches/V0.73d Code Redesign killagreg/spectrum.h
0,0 → 1,10
#ifndef _SPECTRUM_H
#define _SPECTRUM_H
 
#include <inttypes.h>
 
#define USART1_BAUD 115200
// this function should be called within the UART RX ISR
extern void spectrum_parser(uint8_t c);
 
#endif //_SPECTRUM_H