Hotfix: BMA Accel wedges I2C if probed too fast after boot
Only an issue on Pinecil as it boots much faster than Miniware units.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* Author: Ben V. Brown
|
||||
*/
|
||||
|
||||
#ifndef SETUP_H_
|
||||
#define SETUP_H_
|
||||
#ifndef PINE_SETUP_H_
|
||||
#define PINE_SETUP_H_
|
||||
#include "gd32vf103_libopt.h"
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -21,4 +21,4 @@ void setupFUSBIRQ();
|
||||
#endif
|
||||
extern const uint8_t holdoffTicks;
|
||||
extern const uint8_t tempMeasureTicks;
|
||||
#endif /* SETUP_H_ */
|
||||
#endif /* PINE_SETUP_H_ */
|
||||
|
||||
Reference in New Issue
Block a user