[modules] move radio control to modules

This commit is contained in:
Gautier Hattenberger
2021-11-10 17:03:28 +01:00
parent 445383e0fc
commit f638a40b83
126 changed files with 205 additions and 205 deletions
@@ -19,7 +19,7 @@
*/
/**
* @file subsystems/radio_control/ppm_arch.h
* @file modules/radio_control/ppm_arch.h
*
* PPM radio control, test specific.
*
@@ -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