/************************************************************************************************************ ** FileName: hw_board.c ** Description: ** Major Function: ** -------------------------------------------------------------------------------------------------------- ** Software: ** Hareware: ** ** Company: zikway -------------------------------------------------------------------------------------------------------- ** Modified: ** Author Date Comment _________________________________________________________________________________________________________ ** Cai 2020-03-26 Original ** ** ************************************************************************************************************/ #ifndef HW_BOARD_H #define HW_BOARD_H #include "hw_config.h" #define STORAGE_MAP_MAX 0x200 #define INVALID_GPIO (-1) // gpio 31 are not used #endif