1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Gruvin is an m2560

This commit is contained in:
Andre Bernet 2014-04-23 13:49:10 +02:00
parent 5c4f704696
commit 225ea5d63d

View file

@ -185,6 +185,7 @@ void pwrOff();
#define usbPlugged() false
// Haptic driver
#define hapticOff() // TODO hapticOn() cleaner ...
#define HAPTIC_ON PORTD &= ~(1 << OUT_D_HAPTIC)
#define HAPTIC_OFF PORTD |= (1 << OUT_D_HAPTIC)