Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ZTE_E8820S GPIO #717

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions trunk/configs/boards/ZTE_E8820S/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
#define BOARD_MODEL_URL "http://www.ztehome.com.cn/"
#define BOARD_BOOT_TIME 30
#define BOARD_FLASH_TIME 120
#define BOARD_GPIO_BTN_FN1 10
#define BOARD_GPIO_BTN_FN1 10
#define BOARD_GPIO_BTN_RESET 18
#define BOARD_GPIO_BTN_WPS 8
#undef BOARD_GPIO_LED_ALL
#undef BOARD_GPIO_LED_WIFI
#undef BOARD_GPIO_LED_SW2G
#undef BOARD_GPIO_LED_SW5G
#define BOARD_GPIO_LED_SW2G 14
#define BOARD_GPIO_LED_SW5G 12
#define BOARD_GPIO_LED_POWER 3
#define BOARD_GPIO_LED_SYS
#define BOARD_GPIO_LED_SYS 16
#undef BOARD_GPIO_LED_LAN
#undef BOARD_GPIO_LED_WAN
#undef BOARD_GPIO_LED_USB
Expand Down