Move updateUsbReports() from main.c to usb_report_updater.c and delete main.h

This commit is contained in:
László Monda
2017-11-17 01:21:30 +01:00
parent 6cf47565f9
commit d2ef63184b
10 changed files with 63 additions and 83 deletions

View File

@@ -3,7 +3,6 @@
#include "slave_scheduler.h"
#include "slave_drivers/uhk_module_driver.h"
#include "slave_protocol.h"
#include "main.h"
#include "peripherals/test_led.h"
#include "bool_array_converter.h"
#include "crc16.h"