mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[modules] move radio control to modules
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file subsystems/radio_control/ppm_arch.h
|
||||
* @file modules/radio_control/ppm_arch.h
|
||||
*
|
||||
* PPM radio control, test specific.
|
||||
*
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
#ifndef RADIO_CONTROL_SPEKTRUM_ARCH_H
|
||||
#define RADIO_CONTROL_SPEKTRUM_ARCH_H
|
||||
|
||||
#include "subsystems/radio_control/spektrum_radio.h"
|
||||
#include "modules/radio_control/spektrum_radio.h"
|
||||
|
||||
extern void spektrum_event(void (*_received_frame_handler)(void));
|
||||
#define RadioControlEventImp spektrum_event
|
||||
Reference in New Issue
Block a user