Fix OPENMVPT build.

* Include missing headers.
This commit is contained in:
iabdalkader 2020-12-25 00:13:01 +02:00
parent 6e3fa2ba98
commit d4e571153b
3 changed files with 13 additions and 3 deletions

View File

@ -10,9 +10,11 @@
*/
#include "py/obj.h"
#include "py/nlr.h"
#include "py/runtime.h"
#include "pendsv.h"
#include "extint.h"
#include "spi.h"
#include "py_lcd_cec.h"
#include "py_lcd_touch.h"
#include "py_helper.h"

View File

@ -8,8 +8,12 @@
*
* LCD Python module.
*/
#include "py/obj.h"
#include "py/objarray.h"
#include "py/nlr.h"
#include "py/runtime.h"
#include "extint.h"
#include "objarray.h"
#include "py_helper.h"
#include "py_lcd_cec.h"
#include "omv_boardconfig.h"

View File

@ -8,12 +8,16 @@
*
* LCD Python module.
*/
#include STM32_HAL_H
#include "py/obj.h"
#include "py/nlr.h"
#include "py/runtime.h"
#include "extint.h"
#include "extmod/machine_i2c.h"
#include "py_helper.h"
#include "py_lcd_touch.h"
#include "omv_boardconfig.h"
#include STM32_HAL_H
#ifdef OMV_TOUCH_PRESENT
#define FT5X06_I2C_ADDR 0x38