STM32F439i-Eval board file cleanup
This commit is contained in:
parent
74cf1509bc
commit
91f537c91c
@ -14,10 +14,13 @@
|
|||||||
#ifndef _GINPUT_LLD_MOUSE_BOARD_H
|
#ifndef _GINPUT_LLD_MOUSE_BOARD_H
|
||||||
#define _GINPUT_LLD_MOUSE_BOARD_H
|
#define _GINPUT_LLD_MOUSE_BOARD_H
|
||||||
|
|
||||||
#include "stm32f4xx_hal_rcc.h"
|
// Avoid naming collisions with CubeHAL
|
||||||
#include "stm32f4xx_hal_dma.h"
|
#undef Red
|
||||||
#include "stm32f4xx_hal_gpio.h"
|
#undef Green
|
||||||
#include "stm32f4xx_hal_i2c.h"
|
#undef Blue
|
||||||
|
|
||||||
|
// Include CubeHAL
|
||||||
|
#include "stm32f4xx_hal.h"
|
||||||
|
|
||||||
// Resolution and Accuracy Settings
|
// Resolution and Accuracy Settings
|
||||||
#define GMOUSE_EXC7200_PEN_CALIBRATE_ERROR 8
|
#define GMOUSE_EXC7200_PEN_CALIBRATE_ERROR 8
|
||||||
|
Loading…
Reference in New Issue
Block a user