Reduce STM32F4 compile warnings
This commit is contained in:
@ -110,6 +110,7 @@
|
||||
#define NUM_SERIAL 1
|
||||
#endif
|
||||
|
||||
#undef _BV
|
||||
#define _BV(b) (1 << (b))
|
||||
|
||||
/**
|
||||
|
@ -29,6 +29,7 @@
|
||||
#ifndef _FASTIO_STM32F4_H
|
||||
#define _FASTIO_STM32F4_H
|
||||
|
||||
#undef _BV
|
||||
#define _BV(b) (1 << (b))
|
||||
|
||||
#define USEABLE_HARDWARE_PWM(p) true
|
||||
|
Reference in New Issue
Block a user