Replace stdint.h with esp/types.h in gpio_regs.h
This commit is contained in:
parent
b84a69168f
commit
b271e19b51
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#ifndef _ESP_GPIO_REGS_H
|
||||
#define _ESP_GPIO_REGS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "esp/types.h"
|
||||
#include "common_macros.h"
|
||||
|
||||
#define GPIO_BASE 0x60000300
|
||||
|
|
Loading…
Reference in a new issue