[Style] Do not define types if not necessary.

This commit is contained in:
Piotr Esden-Tempski
2013-07-04 19:16:23 -07:00
parent 7085867db6
commit b6231dbb49
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
#endif
#include <libopencm3/stm32/gpio.h>
void exti_set_trigger(uint32_t extis, exti_trigger_type trig)
void exti_set_trigger(uint32_t extis, enum exti_trigger_type trig)
{
switch (trig) {
case EXTI_TRIGGER_RISING: