refactor(channels): move channels to a directory

This commit is contained in:
John Zhao
2019-01-04 17:50:58 +08:00
parent 49fcb60f3b
commit ca51d2cf94
9 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
#include "mynteye/logger.h"
#include "mynteye/device/async_callback.h"
#include "mynteye/device/channels.h"
#include "mynteye/device/channels/channels.h"
#include "mynteye/device/config.h"
#include "mynteye/device/motions.h"
#include "mynteye/device/standard/device_s.h"