Embed G26/G29 in ubl class, with enhancements
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef _BV
|
||||
#define _BV(PIN) (1 << PIN)
|
||||
#define _BV(PIN) (1UL << PIN)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user