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

@@ -1,4 +1,3 @@
#include "main.h"
#include "key_action.h"
#include "fsl_port.h"
#include "usb_api.h"