Eliminate duplicate code between event_m4.hpp, event.hpp.

event.* is common code, _m0 and _m4 contain specific event mask definitions.
This commit is contained in:
Jared Boone 2016-01-04 12:54:05 -08:00
parent 229c1e9a3c
commit c1e5577669
9 changed files with 19 additions and 38 deletions

View file

@ -24,7 +24,7 @@
#include "ch.h"
#include "hal.h"
#include "event.hpp"
#include "event_m0.hpp"
#include "touch.hpp"
#include "touch_adc.hpp"