Added a fix for Due

This commit is contained in:
Thomas O Fredericks
2016-06-28 11:54:47 -04:00
parent ed75053c9e
commit 8b60f9f057
+4
View File
@@ -37,6 +37,10 @@
#include <inttypes.h>
#ifndef _BV
#define _BV(n) (1<<(n))
#endif
class Bounce
{
public: