This commit is contained in:
pascallanger
2016-09-01 13:05:56 +02:00
parent 942dec81c7
commit 8150504ea0
3 changed files with 12 additions and 9 deletions

View File

@@ -130,7 +130,6 @@ uint8_t pkt[MAX_PKT];//telemetry receiving packets
// Callback
typedef uint16_t (*void_function_t) (void);//pointer to a function with no parameters which return an uint16_t integer
void_function_t remote_callback = 0;
static void CheckTimer(uint16_t (*cb)(void));
// Init
void setup()